Html Css Color HEX #80F894 Light Green

📋 copy color: '#80F894'

red 128 ◦ green 248 ◦ blue 148

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

Shades of Light Green #80F894

Tints of Light Green #80F894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.24%

R = 24.43%
G = 47.33%
B = 28.24%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#80F894 (or 0x80F894) is known color: Light Green. HEX triplet: 80, F8 and 94. RGB value is (128,248,148). Sum of RGB (Red+Green+Blue) = 128+248+148=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 248 (97.27% from 255 or 47.33% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 248 - color contains mainly: green. Hex color #80F894 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F894 is #7F076B. Grayscale: #C9C9C9. Windows color (decimal): -8324972 or 9762944. OLE color: 9762944.

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

Color convert

RGB 128 248 148 -
CMYK 0.48 0 0.40 0.03
HSL 130º 0.9% 0.74% -
HSV(B) 130º 0.48% 0.97% -
XYZ 47.81 73.86 39.75 -
YUV 200.72 98.24 76.13 -
System Red Green Blue C M Y K H S L
Decimal 128 248 148 0.48 0 0.40 0.03 130 0.9 0.74
Hex 80 F8 94 30 0 28 3 82 5A 4A
Octal 200 370 224 60 0 50 3 202 132 112
Binary 10000000 11111000 10010100 110000 0 101000 11 10000010 1011010 1001010

Color Harmonies of #80F894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F894

Black with #80F894

Text Example


Text Example

White with #80F894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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