Html Css Color HEX #66CC4C Apple

📋 copy color: '#66CC4C'

red 102 ◦ green 204 ◦ blue 76

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

Shades of Apple #66CC4C

Tints of Apple #66CC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.9%

R = 26.7%
G = 53.4%
B = 19.9%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#66CC4C (or 0x66CC4C) is known color: Apple. HEX triplet: 66, CC and 4C. RGB value is (102,204,76). Sum of RGB (Red+Green+Blue) = 102+204+76=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 204 (80.08% from 255 or 53.40% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CC4C is #9933B3. Grayscale: #9F9F9F. Windows color (decimal): -10040244 or 5033062. OLE color: 5033062.

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

Color convert

RGB 102 204 76 -
CMYK 0.5 0 0.63 0.2
HSL 107.81º 0.56% 0.55% -
HSV(B) 107.81º 0.63% 0.8% -
XYZ 28.38 46.53 14.32 -
YUV 158.91 81.21 87.41 -
System Red Green Blue C M Y K H S L
Decimal 102 204 76 0.5 0 0.63 0.2 107.81 0.56 0.55
Hex 66 CC 4C 32 0 3F 14 6C 38 37
Octal 146 314 114 62 0 77 24 154 70 67
Binary 1100110 11001100 1001100 110010 0 111111 10100 1101100 111000 110111

Color Harmonies of #66CC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CC4C

Black with #66CC4C

Text Example


Text Example

White with #66CC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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