#66D141

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

Shades of Apple #66D141

Tints of Apple #66D141

Color information

#66D141 (or 0x66D141) is unknown color: approx Apple. HEX triplet: 66, D1 and 41. RGB value is (102,209,65). Sum of RGB (Red+Green+Blue) = 102+209+65=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 209 (82.03% from 255 or 55.59% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 209 - color contains mainly: green. Hex color #66D141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D141 is #992EBE. Grayscale: #A1A1A1. Windows color (decimal): -10038975 or 4313446. OLE color: 4313446.

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

Color convert

RGB10220965-
CMYK0.5100.690.18
HSL104.58º61.02%53.73%-
HSV(B)104.58º68.9%81.96%-
XYZ29.2348.8112.88-
YUV160.5974.0586.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.13%
GREEN value IS 209 (82.03% from 255) = 55.59%
BLUE value IS 65 (25.78% from 255) = 17.29%
R=27.13%
G=55.59%
B=17.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal102209650.5100.690.18104.5861.0253.73
Hex66D1413304512693d36
Octal146321101630105221517566
Binary110011011010001100000111001101000101100101101001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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