#66CD3F

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

Shades of Apple #66CD3F

Tints of Apple #66CD3F

Color information

#66CD3F (or 0x66CD3F) is unknown color: approx Apple. HEX triplet: 66, CD and 3F. RGB value is (102,205,63). Sum of RGB (Red+Green+Blue) = 102+205+63=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 205 (80.47% from 255 or 55.41% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 205 - color contains mainly: green. Hex color #66CD3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CD3F is #9932C0. Grayscale: #9E9E9E. Windows color (decimal): -10040001 or 4181350. OLE color: 4181350.

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

Color convert

RGB10220563-
CMYK0.5000.690.20
HSL103.52º58.68%52.55%-
HSV(B)103.52º69.27%80.39%-
XYZ28.2146.8512.26-
YUV158.0174.3888.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.57%
GREEN value IS 205 (80.47% from 255) = 55.41%
BLUE value IS 63 (25% from 255) = 17.03%
R=27.57%
G=55.41%
B=17.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal102205630.5000.690.20103.5258.6852.55
Hex66CD3F3204514683b35
Octal14631577620105241507365
Binary11001101100110111111111001001000101101001101000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,205,63); }

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

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

 a { background-color: rgb(102,205,63); }

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

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

 span { border-color: rgb(102,205,63); }

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