#80F292

Color #80F292 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #80F292

Tints of Light Green #80F292

Color information

#80F292 (or 0x80F292) is unknown color: approx Light Green. HEX triplet: 80, F2 and 92. RGB value is (128,242,146). Sum of RGB (Red+Green+Blue) = 128+242+146=516 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.81% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #80F292 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F292 is #7F0D6D. Grayscale: #C5C5C5. Windows color (decimal): -8326510 or 9630336. OLE color: 9630336.

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

Color convert

RGB128242146-
CMYK0.4700.400.05
HSL129.47º81.43%72.55%-
HSV(B)129.47º47.11%94.9%-
XYZ45.8470.1738.32-
YUV196.9799.2378.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.81%
GREEN value IS 242 (94.92% from 255) = 46.90%
BLUE value IS 146 (57.42% from 255) = 28.29%
R=24.81%
G=46.90%
B=28.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1282421460.4700.400.05129.4781.4372.55
Hex80F2922F0285815149
Octal200362222570505201121111
Binary10000000111100101001001010111101010001011000000110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80F292;
 }
 .AnyTagClassName
 {
   color: #80F292;
 }
</style>
background-color css

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

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

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

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

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

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