#66D644

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

Shades of Apple #66D644

Tints of Apple #66D644

Color information

#66D644 (or 0x66D644) is unknown color: approx Apple. HEX triplet: 66, D6 and 44. RGB value is (102,214,68). Sum of RGB (Red+Green+Blue) = 102+214+68=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 214 (83.98% from 255 or 55.73% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 214 - color contains mainly: green. Hex color #66D644 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D644 is #9929BB. Grayscale: #A4A4A4. Windows color (decimal): -10037692 or 4511334. OLE color: 4511334.

HSL color Cylindrical-coordinate representation of color #66D644: hue angle of 106.03º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66D644 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB10221468-
CMYK0.5200.680.16
HSL106.03º64.04%55.29%-
HSV(B)106.03º68.22%83.92%-
XYZ30.5751.3413.77-
YUV163.8773.8983.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.56%
GREEN value IS 214 (83.98% from 255) = 55.73%
BLUE value IS 68 (26.95% from 255) = 17.71%
R=26.56%
G=55.73%
B=17.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal102214680.5200.680.16106.0364.0455.29
Hex66D64434044106a4037
Octal1463261046401042015210067
Binary1100110110101101000100110100010001001000011010101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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