#66CA31

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

Shades of Apple #66CA31

Tints of Apple #66CA31

Color information

#66CA31 (or 0x66CA31) is unknown color: approx Apple. HEX triplet: 66, CA and 31. RGB value is (102,202,49). Sum of RGB (Red+Green+Blue) = 102+202+49=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CA31 is #9935CE. Grayscale: #9B9B9B. Windows color (decimal): -10040783 or 3263078. OLE color: 3263078.

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

Color convert

RGB10220249-
CMYK0.5000.760.21
HSL99.22º60.96%49.22%-
HSV(B)99.22º75.74%79.22%-
XYZ27.1545.2910.22-
YUV154.6668.3790.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.90%
GREEN value IS 202 (79.30% from 255) = 57.22%
BLUE value IS 49 (19.53% from 255) = 13.88%
R=28.90%
G=57.22%
B=13.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102202490.5000.760.2199.2260.9649.22
Hex66CA313204C15633d31
Octal14631261620114251437561
Binary11001101100101011000111001001001100101011100011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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