Html Css Color HEX #64BF50 Apple

📋 copy color: '#64BF50'

red 100 ◦ green 191 ◦ blue 80

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

Shades of Apple #64BF50

Tints of Apple #64BF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.56%

R = 26.95%
G = 51.48%
B = 21.56%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#64BF50 (or 0x64BF50) is known color: Apple. HEX triplet: 64, BF and 50. RGB value is (100,191,80). Sum of RGB (Red+Green+Blue) = 100+191+80=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 191 (75% from 255 or 51.48% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BF50 is #9B40AF. Grayscale: #979797. Windows color (decimal): -10174640 or 5291876. OLE color: 5291876.

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

Color convert

RGB 100 191 80 -
CMYK 0.48 0 0.58 0.25
HSL 109.19º 0.46% 0.53% -
HSV(B) 109.19º 0.58% 0.75% -
XYZ 25.33 40.55 14.08 -
YUV 151.14 87.85 91.53 -
System Red Green Blue C M Y K H S L
Decimal 100 191 80 0.48 0 0.58 0.25 109.19 0.46 0.53
Hex 64 BF 50 30 0 3A 19 6D 2E 35
Octal 144 277 120 60 0 72 31 155 56 65
Binary 1100100 10111111 1010000 110000 0 111010 11001 1101101 101110 110101

Color Harmonies of #64BF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BF50

Black with #64BF50

Text Example


Text Example

White with #64BF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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