Html Css Color HEX #80F128 Lawn Green

📋 copy color: '#80F128'

red 128 ◦ green 241 ◦ blue 40

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

Shades of Lawn Green #80F128

Tints of Lawn Green #80F128

RGB

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

 GREEN value IS 241 (94.53% from 255) = 58.92%

 BLUE value IS 40 (16.02% from 255) = 9.78%

R = 31.3%
G = 58.92%
B = 9.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#80F128 (or 0x80F128) is known color: Lawn Green. HEX triplet: 80, F1 and 28. RGB value is (128,241,40). Sum of RGB (Red+Green+Blue) = 128+241+40=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 241 (94.53% from 255 or 58.92% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 241 - color contains mainly: green. Hex color #80F128 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F128 is #7F0ED7. Grayscale: #B8B8B8. Windows color (decimal): -8326872 or 2683264. OLE color: 2683264.

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

Color convert

RGB 128 241 40 -
CMYK 0.47 0 0.83 0.05
HSL 93.73º 0.88% 0.55% -
HSV(B) 93.73º 0.83% 0.95% -
XYZ 40.74 67.65 12.92 -
YUV 184.3 46.56 87.84 -
System Red Green Blue C M Y K H S L
Decimal 128 241 40 0.47 0 0.83 0.05 93.73 0.88 0.55
Hex 80 F1 28 2F 0 53 5 5E 58 37
Octal 200 361 50 57 0 123 5 136 130 67
Binary 10000000 11110001 101000 101111 0 1010011 101 1011110 1011000 110111

Color Harmonies of #80F128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F128

Black with #80F128

Text Example


Text Example

White with #80F128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,241,40); }

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

background-color css

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

 a { background-color: rgb(128,241,40); }

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

border-color css

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

 span { border-color: rgb(128,241,40); }

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