Html Css Color HEX #64BF58 Apple

📋 copy color: '#64BF58'

red 100 ◦ green 191 ◦ blue 88

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

Shades of Apple #64BF58

Tints of Apple #64BF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.22%

R = 26.39%
G = 50.4%
B = 23.22%

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

#64BF58 (or 0x64BF58) is known color: Apple. HEX triplet: 64, BF and 58. RGB value is (100,191,88). Sum of RGB (Red+Green+Blue) = 100+191+88=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BF58 is #9B40A7. Grayscale: #989898. Windows color (decimal): -10174632 or 5816164. OLE color: 5816164.

HSL color Cylindrical-coordinate representation of color #64BF58: hue angle of 113.01º 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 #64BF58 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 191 88 -
CMYK 0.48 0 0.54 0.25
HSL 113.01º 0.45% 0.55% -
HSV(B) 113.01º 0.54% 0.75% -
XYZ 25.65 40.68 15.73 -
YUV 152.05 91.85 90.88 -
System Red Green Blue C M Y K H S L
Decimal 100 191 88 0.48 0 0.54 0.25 113.01 0.45 0.55
Hex 64 BF 58 30 0 36 19 71 2D 37
Octal 144 277 130 60 0 66 31 161 55 67
Binary 1100100 10111111 1011000 110000 0 110110 11001 1110001 101101 110111

Color Harmonies of #64BF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BF58

Black with #64BF58

Text Example


Text Example

White with #64BF58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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