Html Css Color HEX #64BD58 Apple

📋 copy color: '#64BD58'

red 100 ◦ green 189 ◦ blue 88

#64BD58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #64BD58

Tints of Apple #64BD58

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 value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#64BD58 (or 0x64BD58) is known color: 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

RGB 100 189 88 -
CMYK 0.47 0 0.53 0.26
HSL 112.87º 0.43% 0.54% -
HSV(B) 112.87º 0.53% 0.74% -
XYZ 25.21 39.81 15.59 -
YUV 150.88 92.51 91.71 -
System Red Green Blue C M Y K H S L
Decimal 100 189 88 0.47 0 0.53 0.26 112.87 0.43 0.54
Hex 64 BD 58 2F 0 35 1A 71 2B 36
Octal 144 275 130 57 0 65 32 161 53 66
Binary 1100100 10111101 1011000 101111 0 110101 11010 1110001 101011 110110

Color Harmonies of #64BD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BD58

Black with #64BD58

Text Example


Text Example

White with #64BD58

Text Example


Text Example

HTML Codes & Css Web 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>