Html Css Color HEX #64BC59 Apple

📋 copy color: '#64BC59'

red 100 ◦ green 188 ◦ blue 89

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

Shades of Apple #64BC59

Tints of Apple #64BC59

RGB

 RED value IS 100 (39.45% from 255) = 26.53%

 GREEN value IS 188 (73.83% from 255) = 49.87%

 BLUE value IS 89 (35.16% from 255) = 23.61%

R = 26.53%
G = 49.87%
B = 23.61%

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

#64BC59 (or 0x64BC59) is known color: Apple. HEX triplet: 64, BC and 59. RGB value is (100,188,89). Sum of RGB (Red+Green+Blue) = 100+188+89=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BC59 is #9B43A6. Grayscale: #969696. Windows color (decimal): -10175399 or 5880932. OLE color: 5880932.

HSL color Cylindrical-coordinate representation of color #64BC59: hue angle of 113.33º degrees, saturation: 0.42, 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 #64BC59 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 188 89 -
CMYK 0.47 0 0.53 0.26
HSL 113.33º 0.42% 0.54% -
HSV(B) 113.33º 0.53% 0.74% -
XYZ 25.04 39.4 15.74 -
YUV 150.4 93.35 92.05 -
System Red Green Blue C M Y K H S L
Decimal 100 188 89 0.47 0 0.53 0.26 113.33 0.42 0.54
Hex 64 BC 59 2F 0 35 1A 71 2A 36
Octal 144 274 131 57 0 65 32 161 52 66
Binary 1100100 10111100 1011001 101111 0 110101 11010 1110001 101010 110110

Color Harmonies of #64BC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BC59

Black with #64BC59

Text Example


Text Example

White with #64BC59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,188,89); }

 H1.HeaderClassName
 {
   color: #64BC59;
 }
 .AnyTagClassName
 {
   color: #64BC59;
 }
</style>

background-color css

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

 a { background-color: rgb(100,188,89); }

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

border-color css

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

 span { border-color: rgb(100,188,89); }

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