#66D138

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

Shades of Apple #66D138

Tints of Apple #66D138

Color information

#66D138 (or 0x66D138) is unknown color: approx Apple. HEX triplet: 66, D1 and 38. RGB value is (102,209,56). Sum of RGB (Red+Green+Blue) = 102+209+56=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 209 (82.03% from 255 or 56.95% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 209 - color contains mainly: green. Hex color #66D138 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D138 is #992EC7. Grayscale: #A0A0A0. Windows color (decimal): -10038984 or 3723622. OLE color: 3723622.

HSL color Cylindrical-coordinate representation of color #66D138: hue angle of 101.96º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66D138 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB10220956-
CMYK0.5100.730.18
HSL101.96º62.45%51.96%-
HSV(B)101.96º73.21%81.96%-
XYZ28.9948.7111.62-
YUV159.5669.5586.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.79%
GREEN value IS 209 (82.03% from 255) = 56.95%
BLUE value IS 56 (22.27% from 255) = 15.26%
R=27.79%
G=56.95%
B=15.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal102209560.5100.730.18101.9662.4551.96
Hex66D1383304912663e34
Octal14632170630111221467664
Binary11001101101000111100011001101001001100101100110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,209,56); }

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

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

 a { background-color: rgb(102,209,56); }

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

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

 span { border-color: rgb(102,209,56); }

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