#64CD51

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

Shades of Apple #64CD51

Tints of Apple #64CD51

Color information

#64CD51 (or 0x64CD51) is unknown color: approx Apple. HEX triplet: 64, CD and 51. RGB value is (100,205,81). Sum of RGB (Red+Green+Blue) = 100+205+81=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 205 (80.47% from 255 or 53.11% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CD51 is #9B32AE. Grayscale: #9F9F9F. Windows color (decimal): -10171055 or 5360996. OLE color: 5360996.

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

Color convert

RGB10020581-
CMYK0.5100.600.20
HSL110.81º55.36%56.08%-
HSV(B)110.81º60.49%80.39%-
XYZ28.5746.9715.34-
YUV159.4783.7185.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.91%
GREEN value IS 205 (80.47% from 255) = 53.11%
BLUE value IS 81 (32.03% from 255) = 20.98%
R=25.91%
G=53.11%
B=20.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal100205810.5100.600.20110.8155.3656.08
Hex64CD513303C146f3738
Octal14431512163074241576770
Binary11001001100110110100011100110111100101001101111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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