#64DC33

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

Shades of Apple #64DC33

Tints of Apple #64DC33

Color information

#64DC33 (or 0x64DC33) is unknown color: approx Apple. HEX triplet: 64, DC and 33. RGB value is (100,220,51). Sum of RGB (Red+Green+Blue) = 100+220+51=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #64DC33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DC33 is #9B23CC. Grayscale: #A5A5A5. Windows color (decimal): -10167245 or 3398756. OLE color: 3398756.

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

Color convert

RGB10022051-
CMYK0.5500.770.14
HSL102.6º70.71%53.14%-
HSV(B)102.6º76.82%86.27%-
XYZ31.4554.1311.92-
YUV164.8563.7481.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 220 (86.33% from 255) = 59.30%
BLUE value IS 51 (20.31% from 255) = 13.75%
R=26.95%
G=59.30%
B=13.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal100220510.5500.770.14102.670.7153.14
Hex64DC333704DE674735
Octal144334636701151614710765
Binary11001001101110011001111011101001101111011001111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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