Html Css Color HEX #80F446 Screamin' Green

📋 copy color: '#80F446'

red 128 ◦ green 244 ◦ blue 70

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

Shades of Screamin' Green #80F446

Tints of Screamin' Green #80F446

RGB

 RED value IS 128 (50.39% from 255) = 28.96%

 GREEN value IS 244 (95.7% from 255) = 55.2%

 BLUE value IS 70 (27.73% from 255) = 15.84%

R = 28.96%
G = 55.2%
B = 15.84%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#80F446 (or 0x80F446) is known color: Screamin' Green. HEX triplet: 80, F4 and 46. RGB value is (128,244,70). Sum of RGB (Red+Green+Blue) = 128+244+70=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 244 (95.70% from 255 or 55.20% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 244 - color contains mainly: green. Hex color #80F446 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F446 is #7F0BB9. Grayscale: #BEBEBE. Windows color (decimal): -8326074 or 4650112. OLE color: 4650112.

HSL color Cylindrical-coordinate representation of color #80F446: hue angle of 100º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80F446 is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 128 244 70 -
CMYK 0.48 0 0.71 0.04
HSL 100º 0.89% 0.62% -
HSV(B) 100º 0.71% 0.96% -
XYZ 42.36 69.73 17.02 -
YUV 189.48 60.57 84.15 -
System Red Green Blue C M Y K H S L
Decimal 128 244 70 0.48 0 0.71 0.04 100 0.89 0.62
Hex 80 F4 46 30 0 47 4 64 59 3E
Octal 200 364 106 60 0 107 4 144 131 76
Binary 10000000 11110100 1000110 110000 0 1000111 100 1100100 1011001 111110

Color Harmonies of #80F446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F446

Black with #80F446

Text Example


Text Example

White with #80F446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80F446; }

 p { color: rgb(128,244,70); }

 H1.HeaderClassName
 {
   color: #80F446;
 }
 .AnyTagClassName
 {
   color: #80F446;
 }
</style>

background-color css

<style>
 a { background-color: #80F446; }

 a { background-color: rgb(128,244,70); }

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

border-color css

<style>
 span { border-color: #80F446; }

 span { border-color: rgb(128,244,70); }

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