#64dd33

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

Shades of Apple #64DD33

Tints of Apple #64DD33

Color information

#64DD33 (or 0x64DD33) is unknown color: approx Apple. HEX triplet: 64, DD and 33. RGB value is (100,221,51). Sum of RGB (Red+Green+Blue) = 100+221+51=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 221 (86.72% from 255 or 59.41% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DD33 is #9B22CC. Grayscale: #A6A6A6. Windows color (decimal): -10166989 or 3399012. OLE color: 3399012.

HSL color Cylindrical-coordinate representation of color #64DD33: hue angle of 102.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64DD33 is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB10022151-
CMYK0.5500.770.13
HSL102.71º71.43%53.33%-
HSV(B)102.71º76.92%86.67%-
XYZ31.7154.6612.01-
YUV165.4463.4181.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.88%
GREEN value IS 221 (86.72% from 255) = 59.41%
BLUE value IS 51 (20.31% from 255) = 13.71%
R=26.88%
G=59.41%
B=13.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal100221510.5500.770.13102.7171.4353.33
Hex64DD333704DD674735
Octal144335636701151514710765
Binary11001001101110111001111011101001101110111001111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64dd33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64dd33; }

 p { color: rgb(100,221,51); }

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

<style>
 a { background-color: #64dd33; }

 a { background-color: rgb(100,221,51); }

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

<style>
 span { border-color: #64dd33; }

 span { border-color: rgb(100,221,51); }

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