#66CA46

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

Shades of Apple #66CA46

Tints of Apple #66CA46

Color information

#66CA46 (or 0x66CA46) is unknown color: approx Apple. HEX triplet: 66, CA and 46. RGB value is (102,202,70). Sum of RGB (Red+Green+Blue) = 102+202+70=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 202 (79.30% from 255 or 54.01% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CA46 is #9935B9. Grayscale: #9D9D9D. Windows color (decimal): -10040762 or 4639334. OLE color: 4639334.

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

Color convert

RGB10220270-
CMYK0.5000.650.21
HSL105.45º55.46%53.33%-
HSV(B)105.45º65.35%79.22%-
XYZ27.7145.5113.12-
YUV157.0578.8788.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.27%
GREEN value IS 202 (79.30% from 255) = 54.01%
BLUE value IS 70 (27.73% from 255) = 18.72%
R=27.27%
G=54.01%
B=18.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102202700.5000.650.21105.4555.4653.33
Hex66CA463204115693735
Octal146312106620101251516765
Binary110011011001010100011011001001000001101011101001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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