Html Css Color HEX #64BF59 Apple

📋 copy color: '#64BF59'

red 100 ◦ green 191 ◦ blue 89

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

Shades of Apple #64BF59

Tints of Apple #64BF59

RGB

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

 GREEN value IS 191 (75% from 255) = 50.26%

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

R = 26.32%
G = 50.26%
B = 23.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#64BF59 (or 0x64BF59) is known color: Apple. HEX triplet: 64, BF and 59. RGB value is (100,191,89). Sum of RGB (Red+Green+Blue) = 100+191+89=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BF59 is #9B40A6. Grayscale: #989898. Windows color (decimal): -10174631 or 5881700. OLE color: 5881700.

HSL color Cylindrical-coordinate representation of color #64BF59: hue angle of 113.53º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64BF59 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 191 89 -
CMYK 0.48 0 0.53 0.25
HSL 113.53º 0.44% 0.55% -
HSV(B) 113.53º 0.53% 0.75% -
XYZ 25.69 40.69 15.95 -
YUV 152.16 92.35 90.79 -
System Red Green Blue C M Y K H S L
Decimal 100 191 89 0.48 0 0.53 0.25 113.53 0.44 0.55
Hex 64 BF 59 30 0 35 19 72 2C 37
Octal 144 277 131 60 0 65 31 162 54 67
Binary 1100100 10111111 1011001 110000 0 110101 11001 1110010 101100 110111

Color Harmonies of #64BF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BF59

Black with #64BF59

Text Example


Text Example

White with #64BF59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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