#64BD58

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

Shades of Apple #64BD58

Tints of Apple #64BD58

Color information

#64BD58 (or 0x64BD58) is unknown color: approx Apple. HEX triplet: 64, BD and 58. RGB value is (100,189,88). Sum of RGB (Red+Green+Blue) = 100+189+88=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #64BD58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BD58 is #9B42A7. Grayscale: #979797. Windows color (decimal): -10175144 or 5815652. OLE color: 5815652.

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

Color convert

RGB10018988-
CMYK0.4700.530.26
HSL112.87º43.35%54.31%-
HSV(B)112.87º53.44%74.12%-
XYZ25.2139.8115.59-
YUV150.8892.5191.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.53%
GREEN value IS 189 (74.22% from 255) = 50.13%
BLUE value IS 88 (34.77% from 255) = 23.34%
R=26.53%
G=50.13%
B=23.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal100189880.4700.530.26112.8743.3554.31
Hex64BD582F0351A712b36
Octal14427513057065321615366
Binary11001001011110110110001011110110101110101110001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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