#66C053

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

Shades of Apple #66C053

Tints of Apple #66C053

Color information

#66C053 (or 0x66C053) is unknown color: approx Apple. HEX triplet: 66, C0 and 53. RGB value is (102,192,83). Sum of RGB (Red+Green+Blue) = 102+192+83=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #66C053 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C053 is #993FAC. Grayscale: #999999. Windows color (decimal): -10043309 or 5488742. OLE color: 5488742.

HSL color Cylindrical-coordinate representation of color #66C053: hue angle of 109.54º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66C053 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB10219283-
CMYK0.4700.570.25
HSL109.54º46.38%53.92%-
HSV(B)109.54º56.77%75.29%-
XYZ25.8941.1514.76-
YUV152.6688.6891.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.06%
GREEN value IS 192 (75.39% from 255) = 50.93%
BLUE value IS 83 (32.81% from 255) = 22.02%
R=27.06%
G=50.93%
B=22.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102192830.4700.570.25109.5446.3853.92
Hex66C0532F039196e2e36
Octal14630012357071311565666
Binary11001101100000010100111011110111001110011101110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,192,83); }

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

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

 a { background-color: rgb(102,192,83); }

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

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

 span { border-color: rgb(102,192,83); }

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