#66D34D

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

Shades of Apple #66D34D

Tints of Apple #66D34D

Color information

#66D34D (or 0x66D34D) is unknown color: approx Apple. HEX triplet: 66, D3 and 4D. RGB value is (102,211,77). Sum of RGB (Red+Green+Blue) = 102+211+77=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 211 (82.81% from 255 or 54.10% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 211 - color contains mainly: green. Hex color #66D34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D34D is #992CB2. Grayscale: #A3A3A3. Windows color (decimal): -10038451 or 5100390. OLE color: 5100390.

HSL color Cylindrical-coordinate representation of color #66D34D: hue angle of 108.81º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66D34D is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB10221177-
CMYK0.5200.640.17
HSL108.81º60.36%56.47%-
HSV(B)108.81º63.51%82.75%-
XYZ30.1149.9515.08-
YUV163.1379.3984.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.15%
GREEN value IS 211 (82.81% from 255) = 54.10%
BLUE value IS 77 (30.47% from 255) = 19.74%
R=26.15%
G=54.10%
B=19.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal102211770.5200.640.17108.8160.3656.47
Hex66D34D34040116d3c38
Octal146323115640100211557470
Binary110011011010011100110111010001000000100011101101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,211,77); }

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

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

 a { background-color: rgb(102,211,77); }

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

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

 span { border-color: rgb(102,211,77); }

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