Html Css Color HEX #80F925 Lawn Green

📋 copy color: '#80F925'

red 128 ◦ green 249 ◦ blue 37

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

Shades of Lawn Green #80F925

Tints of Lawn Green #80F925

RGB

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

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

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

R = 30.92%
G = 60.14%
B = 8.94%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#80F925 (or 0x80F925) is known color: Lawn Green. HEX triplet: 80, F9 and 25. RGB value is (128,249,37). Sum of RGB (Red+Green+Blue) = 128+249+37=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 249 (97.66% from 255 or 60.14% from 414); Blue value is 37 (14.84% from 255 or 8.94% from 414); Max value from RGB is 249 - color contains mainly: green. Hex color #80F925 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F925 is #7F06DA. Grayscale: #BDBDBD. Windows color (decimal): -8324827 or 2488704. OLE color: 2488704.

HSL color Cylindrical-coordinate representation of color #80F925: hue angle of 94.25º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80F925 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 249 37 -
CMYK 0.49 0 0.85 0.02
HSL 94.25º 0.95% 0.56% -
HSV(B) 94.25º 0.85% 0.98% -
XYZ 43.11 72.47 13.47 -
YUV 188.65 42.41 84.74 -
System Red Green Blue C M Y K H S L
Decimal 128 249 37 0.49 0 0.85 0.02 94.25 0.95 0.56
Hex 80 F9 25 31 0 55 2 5E 5F 38
Octal 200 371 45 61 0 125 2 136 137 70
Binary 10000000 11111001 100101 110001 0 1010101 10 1011110 1011111 111000

Color Harmonies of #80F925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F925

Black with #80F925

Text Example


Text Example

White with #80F925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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