Html Css Color HEX #80F25F Screamin' Green

📋 copy color: '#80F25F'

red 128 ◦ green 242 ◦ blue 95

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

Shades of Screamin' Green #80F25F

Tints of Screamin' Green #80F25F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.04%

 BLUE value IS 95 (37.5% from 255) = 20.43%

R = 27.53%
G = 52.04%
B = 20.43%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#80F25F (or 0x80F25F) is known color: Screamin' Green. HEX triplet: 80, F2 and 5F. RGB value is (128,242,95). Sum of RGB (Red+Green+Blue) = 128+242+95=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #80F25F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F25F is #7F0DA0. Grayscale: #BFBFBF. Windows color (decimal): -8326561 or 6288000. OLE color: 6288000.

HSL color Cylindrical-coordinate representation of color #80F25F: hue angle of 106.53º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80F25F is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 242 95 -
CMYK 0.47 0 0.61 0.05
HSL 106.53º 0.85% 0.66% -
HSV(B) 106.53º 0.61% 0.95% -
XYZ 42.72 68.92 21.88 -
YUV 191.16 73.73 82.95 -
System Red Green Blue C M Y K H S L
Decimal 128 242 95 0.47 0 0.61 0.05 106.53 0.85 0.66
Hex 80 F2 5F 2F 0 3D 5 6B 55 42
Octal 200 362 137 57 0 75 5 153 125 102
Binary 10000000 11110010 1011111 101111 0 111101 101 1101011 1010101 1000010

Color Harmonies of #80F25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F25F

Black with #80F25F

Text Example


Text Example

White with #80F25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,242,95); }

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

background-color css

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

 a { background-color: rgb(128,242,95); }

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

border-color css

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

 span { border-color: rgb(128,242,95); }

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