#66C844

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

Shades of Apple #66C844

Tints of Apple #66C844

Color information

#66C844 (or 0x66C844) is unknown color: approx Apple. HEX triplet: 66, C8 and 44. RGB value is (102,200,68). Sum of RGB (Red+Green+Blue) = 102+200+68=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 200 (78.52% from 255 or 54.05% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 200 - color contains mainly: green. Hex color #66C844 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C844 is #9937BB. Grayscale: #9C9C9C. Windows color (decimal): -10041276 or 4507750. OLE color: 4507750.

HSL color Cylindrical-coordinate representation of color #66C844: hue angle of 104.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66C844 is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB10220068-
CMYK0.4900.660.22
HSL104.55º54.55%52.55%-
HSV(B)104.55º66%78.43%-
XYZ27.1844.5512.64-
YUV155.6578.5389.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.57%
GREEN value IS 200 (78.52% from 255) = 54.05%
BLUE value IS 68 (26.95% from 255) = 18.38%
R=27.57%
G=54.05%
B=18.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal102200680.4900.660.22104.5554.5552.55
Hex66C8443104216693735
Octal146310104610102261516765
Binary110011011001000100010011000101000010101101101001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,200,68); }

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

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

 a { background-color: rgb(102,200,68); }

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

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

 span { border-color: rgb(102,200,68); }

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