#66D941

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

Shades of Apple #66D941

Tints of Apple #66D941

Color information

#66D941 (or 0x66D941) is unknown color: approx Apple. HEX triplet: 66, D9 and 41. RGB value is (102,217,65). Sum of RGB (Red+Green+Blue) = 102+217+65=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 217 (85.16% from 255 or 56.51% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 217 - color contains mainly: green. Hex color #66D941 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D941 is #9926BE. Grayscale: #A5A5A5. Windows color (decimal): -10036927 or 4315494. OLE color: 4315494.

HSL color Cylindrical-coordinate representation of color #66D941: hue angle of 105.39º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66D941 is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB10221765-
CMYK0.5300.700.15
HSL105.39º66.67%55.29%-
HSV(B)105.39º70.05%85.1%-
XYZ31.2552.8313.55-
YUV165.2971.482.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.56%
GREEN value IS 217 (85.16% from 255) = 56.51%
BLUE value IS 65 (25.78% from 255) = 16.93%
R=26.56%
G=56.51%
B=16.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal102217650.5300.700.15105.3966.6755.29
Hex66D94135046F694337
Octal1463311016501061715110367
Binary110011011011001100000111010101000110111111010011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,217,65); }

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

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

 a { background-color: rgb(102,217,65); }

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

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

 span { border-color: rgb(102,217,65); }

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