#64BD52

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

Shades of Apple #64BD52

Tints of Apple #64BD52

Color information

#64BD52 (or 0x64BD52) is unknown color: approx Apple. HEX triplet: 64, BD and 52. RGB value is (100,189,82). Sum of RGB (Red+Green+Blue) = 100+189+82=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #64BD52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BD52 is #9B42AD. Grayscale: #969696. Windows color (decimal): -10175150 or 5422436. OLE color: 5422436.

HSL color Cylindrical-coordinate representation of color #64BD52: hue angle of 109.91º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64BD52 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB10018982-
CMYK0.4700.570.26
HSL109.91º44.77%53.14%-
HSV(B)109.91º56.61%74.12%-
XYZ24.9839.7114.33-
YUV150.1989.5192.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 189 (74.22% from 255) = 50.94%
BLUE value IS 82 (32.42% from 255) = 22.10%
R=26.95%
G=50.94%
B=22.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal100189820.4700.570.26109.9144.7753.14
Hex64BD522F0391A6e2d35
Octal14427512257071321565565
Binary11001001011110110100101011110111001110101101110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,189,82); }

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

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

 a { background-color: rgb(100,189,82); }

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

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

 span { border-color: rgb(100,189,82); }

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