Html Css Color HEX #66CC58 Apple

📋 copy color: '#66CC58'

red 102 ◦ green 204 ◦ blue 88

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

Shades of Apple #66CC58

Tints of Apple #66CC58

RGB

 RED value IS 102 (40.23% from 255) = 25.89%

 GREEN value IS 204 (80.08% from 255) = 51.78%

 BLUE value IS 88 (34.77% from 255) = 22.34%

R = 25.89%
G = 51.78%
B = 22.34%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#66CC58 (or 0x66CC58) is known color: Apple. HEX triplet: 66, CC and 58. RGB value is (102,204,88). Sum of RGB (Red+Green+Blue) = 102+204+88=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CC58 is #9933A7. Grayscale: #A0A0A0. Windows color (decimal): -10040232 or 5819494. OLE color: 5819494.

HSL color Cylindrical-coordinate representation of color #66CC58: hue angle of 112.76º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66CC58 is Cyan = 0.5, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 204 88 -
CMYK 0.5 0 0.57 0.2
HSL 112.76º 0.53% 0.57% -
HSV(B) 112.76º 0.57% 0.8% -
XYZ 28.83 46.72 16.73 -
YUV 160.28 87.21 86.43 -
System Red Green Blue C M Y K H S L
Decimal 102 204 88 0.5 0 0.57 0.2 112.76 0.53 0.57
Hex 66 CC 58 32 0 39 14 71 35 39
Octal 146 314 130 62 0 71 24 161 65 71
Binary 1100110 11001100 1011000 110010 0 111001 10100 1110001 110101 111001

Color Harmonies of #66CC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CC58

Black with #66CC58

Text Example


Text Example

White with #66CC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66CC58; }

 p { color: rgb(102,204,88); }

 H1.HeaderClassName
 {
   color: #66CC58;
 }
 .AnyTagClassName
 {
   color: #66CC58;
 }
</style>

background-color css

<style>
 a { background-color: #66CC58; }

 a { background-color: rgb(102,204,88); }

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

border-color css

<style>
 span { border-color: #66CC58; }

 span { border-color: rgb(102,204,88); }

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