#66CE2D

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

Shades of Apple #66CE2D

Tints of Apple #66CE2D

Color information

#66CE2D (or 0x66CE2D) is unknown color: approx Apple. HEX triplet: 66, CE and 2D. RGB value is (102,206,45). Sum of RGB (Red+Green+Blue) = 102+206+45=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 206 (80.86% from 255 or 58.36% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 206 - color contains mainly: green. Hex color #66CE2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CE2D is #9931D2. Grayscale: #9D9D9D. Windows color (decimal): -10039763 or 3001958. OLE color: 3001958.

HSL color Cylindrical-coordinate representation of color #66CE2D: hue angle of 98.76º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66CE2D is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB10220645-
CMYK0.5000.780.19
HSL98.76º64.14%49.22%-
HSV(B)98.76º78.16%80.78%-
XYZ28.0247.1610.11-
YUV156.5565.0489.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.90%
GREEN value IS 206 (80.86% from 255) = 58.36%
BLUE value IS 45 (17.97% from 255) = 12.75%
R=28.90%
G=58.36%
B=12.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal102206450.5000.780.1998.7664.1449.22
Hex66CE2D3204E13634031
Octal146316556201162314310061
Binary110011011001110101101110010010011101001111000111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,206,45); }

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

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

 a { background-color: rgb(102,206,45); }

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

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

 span { border-color: rgb(102,206,45); }

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