Html Css Color HEX #60BC2D Apple

📋 copy color: '#60BC2D'

red 96 ◦ green 188 ◦ blue 45

#60BC2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #60BC2D

Tints of Apple #60BC2D

RGB

 RED value IS 96 (37.89% from 255) = 29.18%

 GREEN value IS 188 (73.83% from 255) = 57.14%

 BLUE value IS 45 (17.97% from 255) = 13.68%

R = 29.18%
G = 57.14%
B = 13.68%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#60BC2D (or 0x60BC2D) is known color: Apple. HEX triplet: 60, BC and 2D. RGB value is (96,188,45). Sum of RGB (Red+Green+Blue) = 96+188+45=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BC2D is #9F43D2. Grayscale: #909090. Windows color (decimal): -10437587 or 2997344. OLE color: 2997344.

HSL color Cylindrical-coordinate representation of color #60BC2D: hue angle of 98.6º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60BC2D is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 188 45 -
CMYK 0.49 0 0.76 0.26
HSL 98.6º 0.61% 0.46% -
HSV(B) 98.6º 0.76% 0.74% -
XYZ 23.28 38.64 8.71 -
YUV 144.19 72.02 93.63 -
System Red Green Blue C M Y K H S L
Decimal 96 188 45 0.49 0 0.76 0.26 98.6 0.61 0.46
Hex 60 BC 2D 31 0 4C 1A 63 3D 2E
Octal 140 274 55 61 0 114 32 143 75 56
Binary 1100000 10111100 101101 110001 0 1001100 11010 1100011 111101 101110

Color Harmonies of #60BC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BC2D

Black with #60BC2D

Text Example


Text Example

White with #60BC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60BC2D; }

 p { color: rgb(96,188,45); }

 H1.HeaderClassName
 {
   color: #60BC2D;
 }
 .AnyTagClassName
 {
   color: #60BC2D;
 }
</style>

background-color css

<style>
 a { background-color: #60BC2D; }

 a { background-color: rgb(96,188,45); }

 div.DivClassName
 {
   background-color: #60BC2D;
 }
 .BgClassName
 {
   background-color: #60BC2D;
 }
</style>

border-color css

<style>
 span { border-color: #60BC2D; }

 span { border-color: rgb(96,188,45); }

 td.TdClassName
 {
   border-color: #60BC2D;
 }
 .TagClassName
 {
   border-color: #60BC2D;
 }
</style>