#66B52F

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

Shades of Apple #66B52F

Tints of Apple #66B52F

Color information

#66B52F (or 0x66B52F) is unknown color: approx Apple. HEX triplet: 66, B5 and 2F. RGB value is (102,181,47). Sum of RGB (Red+Green+Blue) = 102+181+47=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 181 (71.09% from 255 or 54.85% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 181 - color contains mainly: green. Hex color #66B52F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B52F is #994AD0. Grayscale: #8E8E8E. Windows color (decimal): -10046161 or 3126630. OLE color: 3126630.

HSL color Cylindrical-coordinate representation of color #66B52F: hue angle of 95.37º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66B52F is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB10218147-
CMYK0.4400.740.29
HSL95.37º58.77%44.71%-
HSV(B)95.37º74.03%70.98%-
XYZ22.5236.088.47-
YUV142.174.3399.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.91%
GREEN value IS 181 (71.09% from 255) = 54.85%
BLUE value IS 47 (18.75% from 255) = 14.24%
R=30.91%
G=54.85%
B=14.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102181470.4400.740.2995.3758.7744.71
Hex66B52F2C04A1D5f3b2d
Octal14626557540112351377355
Binary11001101011010110111110110001001010111011011111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,181,47); }

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

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

 a { background-color: rgb(102,181,47); }

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

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

 span { border-color: rgb(102,181,47); }

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