#66C253

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

Shades of Apple #66C253

Tints of Apple #66C253

Color information

#66C253 (or 0x66C253) is unknown color: approx Apple. HEX triplet: 66, C2 and 53. RGB value is (102,194,83). Sum of RGB (Red+Green+Blue) = 102+194+83=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #66C253 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C253 is #993DAC. Grayscale: #9A9A9A. Windows color (decimal): -10042797 or 5489254. OLE color: 5489254.

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

Color convert

RGB10219483-
CMYK0.4700.570.24
HSL109.73º47.64%54.31%-
HSV(B)109.73º57.22%76.08%-
XYZ26.3342.0314.91-
YUV153.8488.0291.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 194 (76.17% from 255) = 51.19%
BLUE value IS 83 (32.81% from 255) = 21.90%
R=26.91%
G=51.19%
B=21.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal102194830.4700.570.24109.7347.6454.31
Hex66C2532F039186e3036
Octal14630212357071301566066
Binary11001101100001010100111011110111001110001101110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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