#66CB40

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

Shades of Apple #66CB40

Tints of Apple #66CB40

Color information

#66CB40 (or 0x66CB40) is unknown color: approx Apple. HEX triplet: 66, CB and 40. RGB value is (102,203,64). Sum of RGB (Red+Green+Blue) = 102+203+64=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 203 (79.69% from 255 or 55.01% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 203 - color contains mainly: green. Hex color #66CB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CB40 is #9934BF. Grayscale: #9D9D9D. Windows color (decimal): -10040512 or 4246374. OLE color: 4246374.

HSL color Cylindrical-coordinate representation of color #66CB40: hue angle of 103.6º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66CB40 is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB10220364-
CMYK0.5000.680.20
HSL103.6º57.2%52.35%-
HSV(B)103.6º68.47%79.61%-
XYZ27.7645.9112.25-
YUV156.9575.5488.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.64%
GREEN value IS 203 (79.69% from 255) = 55.01%
BLUE value IS 64 (25.39% from 255) = 17.34%
R=27.64%
G=55.01%
B=17.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal102203640.5000.680.20103.657.252.35
Hex66CB403204414683934
Octal146313100620104241507164
Binary110011011001011100000011001001000100101001101000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,203,64); }

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

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

 a { background-color: rgb(102,203,64); }

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

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

 span { border-color: rgb(102,203,64); }

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