#64CD35

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

Shades of Apple #64CD35

Tints of Apple #64CD35

Color information

#64CD35 (or 0x64CD35) is unknown color: approx Apple. HEX triplet: 64, CD and 35. RGB value is (100,205,53). Sum of RGB (Red+Green+Blue) = 100+205+53=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 205 (80.47% from 255 or 57.26% from 358); Blue value is 53 (21.09% from 255 or 14.80% from 358); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CD35 is #9B32CA. Grayscale: #9C9C9C. Windows color (decimal): -10171083 or 3525988. OLE color: 3525988.

HSL color Cylindrical-coordinate representation of color #64CD35: hue angle of 101.45º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64CD35 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB10020553-
CMYK0.5100.740.20
HSL101.45º60.32%50.59%-
HSV(B)101.45º74.15%80.39%-
XYZ27.7346.6310.91-
YUV156.2869.7187.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.93%
GREEN value IS 205 (80.47% from 255) = 57.26%
BLUE value IS 53 (21.09% from 255) = 14.80%
R=27.93%
G=57.26%
B=14.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal100205530.5100.740.20101.4560.3250.59
Hex64CD353304A14653c33
Octal14431565630112241457463
Binary11001001100110111010111001101001010101001100101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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