Html Css Color HEX #64F980 Screamin' Green

📋 copy color: '#64F980'

red 100 ◦ green 249 ◦ blue 128

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

Shades of Screamin' Green #64F980

Tints of Screamin' Green #64F980

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.2%

 BLUE value IS 128 (50.39% from 255) = 26.83%

R = 20.96%
G = 52.2%
B = 26.83%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#64F980 (or 0x64F980) is known color: Screamin' Green. HEX triplet: 64, F9 and 80. RGB value is (100,249,128). Sum of RGB (Red+Green+Blue) = 100+249+128=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 249 (97.66% from 255 or 52.20% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 249 - color contains mainly: green. Hex color #64F980 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F980 is #9B067F. Grayscale: #BEBEBE. Windows color (decimal): -10159744 or 8452452. OLE color: 8452452.

HSL color Cylindrical-coordinate representation of color #64F980: hue angle of 131.28º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F980 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 249 128 -
CMYK 0.60 0 0.49 0.02
HSL 131.28º 0.93% 0.68% -
HSV(B) 131.28º 0.6% 0.98% -
XYZ 43.03 72.02 32.06 -
YUV 190.66 92.64 63.34 -
System Red Green Blue C M Y K H S L
Decimal 100 249 128 0.60 0 0.49 0.02 131.28 0.93 0.68
Hex 64 F9 80 3C 0 31 2 83 5D 44
Octal 144 371 200 74 0 61 2 203 135 104
Binary 1100100 11111001 10000000 111100 0 110001 10 10000011 1011101 1000100

Color Harmonies of #64F980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F980

Black with #64F980

Text Example


Text Example

White with #64F980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,249,128); }

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

background-color css

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

 a { background-color: rgb(100,249,128); }

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

border-color css

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

 span { border-color: rgb(100,249,128); }

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