Html Css Color HEX #80F825 Lawn Green

📋 copy color: '#80F825'

red 128 ◦ green 248 ◦ blue 37

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

Shades of Lawn Green #80F825

Tints of Lawn Green #80F825

RGB

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

 GREEN value IS 248 (97.27% from 255) = 60.05%

 BLUE value IS 37 (14.84% from 255) = 8.96%

R = 30.99%
G = 60.05%
B = 8.96%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#80F825 (or 0x80F825) is known color: Lawn Green. HEX triplet: 80, F8 and 25. RGB value is (128,248,37). Sum of RGB (Red+Green+Blue) = 128+248+37=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 248 (97.27% from 255 or 60.05% from 413); Blue value is 37 (14.84% from 255 or 8.96% from 413); Max value from RGB is 248 - color contains mainly: green. Hex color #80F825 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F825 is #7F07DA. Grayscale: #BCBCBC. Windows color (decimal): -8325083 or 2488448. OLE color: 2488448.

HSL color Cylindrical-coordinate representation of color #80F825: hue angle of 94.12º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80F825 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB 128 248 37 -
CMYK 0.48 0 0.85 0.03
HSL 94.12º 0.94% 0.56% -
HSV(B) 94.12º 0.85% 0.97% -
XYZ 42.8 71.86 13.36 -
YUV 188.07 42.74 85.16 -
System Red Green Blue C M Y K H S L
Decimal 128 248 37 0.48 0 0.85 0.03 94.12 0.94 0.56
Hex 80 F8 25 30 0 55 3 5E 5E 38
Octal 200 370 45 60 0 125 3 136 136 70
Binary 10000000 11111000 100101 110000 0 1010101 11 1011110 1011110 111000

Color Harmonies of #80F825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F825

Black with #80F825

Text Example


Text Example

White with #80F825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,248,37); }

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

background-color css

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

 a { background-color: rgb(128,248,37); }

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

border-color css

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

 span { border-color: rgb(128,248,37); }

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