Html Css Color HEX #80F192 Light Green

📋 copy color: '#80F192'

red 128 ◦ green 241 ◦ blue 146

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

Shades of Light Green #80F192

Tints of Light Green #80F192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.35%

R = 24.85%
G = 46.8%
B = 28.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#80F192 (or 0x80F192) is known color: Light Green. HEX triplet: 80, F1 and 92. RGB value is (128,241,146). Sum of RGB (Red+Green+Blue) = 128+241+146=515 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.85% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #80F192 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F192 is #7F0E6D. Grayscale: #C4C4C4. Windows color (decimal): -8326766 or 9630080. OLE color: 9630080.

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

Color convert

RGB 128 241 146 -
CMYK 0.47 0 0.39 0.05
HSL 129.56º 0.8% 0.72% -
HSV(B) 129.56º 0.47% 0.95% -
XYZ 45.55 69.58 38.22 -
YUV 196.38 99.56 79.22 -
System Red Green Blue C M Y K H S L
Decimal 128 241 146 0.47 0 0.39 0.05 129.56 0.8 0.72
Hex 80 F1 92 2F 0 27 5 82 50 48
Octal 200 361 222 57 0 47 5 202 120 110
Binary 10000000 11110001 10010010 101111 0 100111 101 10000010 1010000 1001000

Color Harmonies of #80F192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F192

Black with #80F192

Text Example


Text Example

White with #80F192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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