#66E53D

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

Shades of Apple #66E53D

Tints of Apple #66E53D

Color information

#66E53D (or 0x66E53D) is unknown color: approx Apple. HEX triplet: 66, E5 and 3D. RGB value is (102,229,61). Sum of RGB (Red+Green+Blue) = 102+229+61=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 229 (89.84% from 255 or 58.42% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 229 - color contains mainly: green. Hex color #66E53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66E53D is #991AC2. Grayscale: #ACACAC. Windows color (decimal): -10033859 or 4056422. OLE color: 4056422.

HSL color Cylindrical-coordinate representation of color #66E53D: hue angle of 105.36º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66E53D is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB10222961-
CMYK0.5500.730.10
HSL105.36º76.36%56.86%-
HSV(B)105.36º73.36%89.8%-
XYZ34.3459.214.03-
YUV171.8865.4278.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.02%
GREEN value IS 229 (89.84% from 255) = 58.42%
BLUE value IS 61 (24.22% from 255) = 15.56%
R=26.02%
G=58.42%
B=15.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal102229610.5500.730.10105.3676.3656.86
Hex66E53D37049A694c39
Octal146345756701111215111471
Binary11001101110010111110111011101001001101011010011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,229,61); }

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

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

 a { background-color: rgb(102,229,61); }

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

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

 span { border-color: rgb(102,229,61); }

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