#64B54E

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

Shades of Apple #64B54E

Tints of Apple #64B54E

Color information

#64B54E (or 0x64B54E) is unknown color: approx Apple. HEX triplet: 64, B5 and 4E. RGB value is (100,181,78). Sum of RGB (Red+Green+Blue) = 100+181+78=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 181 (71.09% from 255 or 50.42% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 181 - color contains mainly: green. Hex color #64B54E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B54E is #9B4AB1. Grayscale: #919191. Windows color (decimal): -10177202 or 5158244. OLE color: 5158244.

HSL color Cylindrical-coordinate representation of color #64B54E: hue angle of 107.18º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64B54E is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB10018178-
CMYK0.4500.570.29
HSL107.18º41.04%50.78%-
HSV(B)107.18º56.91%70.98%-
XYZ23.1536.3113-
YUV145.0490.1695.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 181 (71.09% from 255) = 50.42%
BLUE value IS 78 (30.86% from 255) = 21.73%
R=27.86%
G=50.42%
B=21.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal100181780.4500.570.29107.1841.0450.78
Hex64B54E2D0391D6b2933
Octal14426511655071351535163
Binary11001001011010110011101011010111001111011101011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,181,78); }

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

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

 a { background-color: rgb(100,181,78); }

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

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

 span { border-color: rgb(100,181,78); }

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