#66CA4A

Color #66CA4A Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #66CA4A

Tints of Apple #66CA4A

Color information

#66CA4A (or 0x66CA4A) is unknown color: approx Apple. HEX triplet: 66, CA and 4A. RGB value is (102,202,74). Sum of RGB (Red+Green+Blue) = 102+202+74=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CA4A is #9935B5. Grayscale: #9D9D9D. Windows color (decimal): -10040758 or 4901478. OLE color: 4901478.

HSL color Cylindrical-coordinate representation of color #66CA4A: hue angle of 106.88º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66CA4A is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB10220274-
CMYK0.5000.630.21
HSL106.88º54.7%54.12%-
HSV(B)106.88º63.37%79.22%-
XYZ27.8445.5613.81-
YUV157.5180.8788.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.98%
GREEN value IS 202 (79.30% from 255) = 53.44%
BLUE value IS 74 (29.30% from 255) = 19.58%
R=26.98%
G=53.44%
B=19.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102202740.5000.630.21106.8854.754.12
Hex66CA4A3203F156b3736
Octal14631211262077251536766
Binary11001101100101010010101100100111111101011101011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,202,74); }

 H1.HeaderClassName
 {
   color: #66CA4A;
 }
 .AnyTagClassName
 {
   color: #66CA4A;
 }
</style>
background-color css

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

 a { background-color: rgb(102,202,74); }

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

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

 span { border-color: rgb(102,202,74); }

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