#64D035

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

Shades of Apple #64D035

Tints of Apple #64D035

Color information

#64D035 (or 0x64D035) is unknown color: approx Apple. HEX triplet: 64, D0 and 35. RGB value is (100,208,53). Sum of RGB (Red+Green+Blue) = 100+208+53=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #64D035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D035 is #9B2FCA. Grayscale: #9E9E9E. Windows color (decimal): -10170315 or 3526756. OLE color: 3526756.

HSL color Cylindrical-coordinate representation of color #64D035: hue angle of 101.81º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64D035 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB10020853-
CMYK0.5200.750.18
HSL101.81º62.25%51.18%-
HSV(B)101.81º74.52%81.57%-
XYZ28.4548.0811.15-
YUV158.0468.7286.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.70%
GREEN value IS 208 (81.64% from 255) = 57.62%
BLUE value IS 53 (21.09% from 255) = 14.68%
R=27.70%
G=57.62%
B=14.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal100208530.5200.750.18101.8162.2551.18
Hex64D0353404B12663e33
Octal14432065640113221467663
Binary11001001101000011010111010001001011100101100110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,208,53); }

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

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

 a { background-color: rgb(100,208,53); }

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

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

 span { border-color: rgb(100,208,53); }

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