Html Css Color HEX #64BF57 Apple

📋 copy color: '#64BF57'

red 100 ◦ green 191 ◦ blue 87

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

Shades of Apple #64BF57

Tints of Apple #64BF57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.02%

R = 26.46%
G = 50.53%
B = 23.02%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#64BF57 (or 0x64BF57) is known color: Apple. HEX triplet: 64, BF and 57. RGB value is (100,191,87). Sum of RGB (Red+Green+Blue) = 100+191+87=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 191 (75% from 255 or 50.53% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BF57 is #9B40A8. Grayscale: #989898. Windows color (decimal): -10174633 or 5750628. OLE color: 5750628.

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

Color convert

RGB 100 191 87 -
CMYK 0.48 0 0.54 0.25
HSL 112.5º 0.45% 0.55% -
HSV(B) 112.5º 0.54% 0.75% -
XYZ 25.61 40.66 15.52 -
YUV 151.94 91.35 90.96 -
System Red Green Blue C M Y K H S L
Decimal 100 191 87 0.48 0 0.54 0.25 112.5 0.45 0.55
Hex 64 BF 57 30 0 36 19 70 2D 37
Octal 144 277 127 60 0 66 31 160 55 67
Binary 1100100 10111111 1010111 110000 0 110110 11001 1110000 101101 110111

Color Harmonies of #64BF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BF57

Black with #64BF57

Text Example


Text Example

White with #64BF57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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