#80DE1F

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

Shades of Yellow Green #80DE1F

Tints of Yellow Green #80DE1F

Color information

#80DE1F (or 0x80DE1F) is unknown color: approx Yellow Green. HEX triplet: 80, DE and 1F. RGB value is (128,222,31). Sum of RGB (Red+Green+Blue) = 128+222+31=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 222 (87.11% from 255 or 58.27% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 222 - color contains mainly: green. Hex color #80DE1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DE1F is #7F21E0. Grayscale: #ACACAC. Windows color (decimal): -8331745 or 2088576. OLE color: 2088576.

HSL color Cylindrical-coordinate representation of color #80DE1F: hue angle of 89.53º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80DE1F is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB12822231-
CMYK0.4200.860.13
HSL89.53º75.49%49.61%-
HSV(B)89.53º86.04%87.06%-
XYZ35.2756.9310.43-
YUV172.1248.3696.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.60%
GREEN value IS 222 (87.11% from 255) = 58.27%
BLUE value IS 31 (12.5% from 255) = 8.14%
R=33.60%
G=58.27%
B=8.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal128222310.4200.860.1389.5375.4949.61
Hex80DE1F2A056D5a4b32
Octal200336375201261513211362
Binary10000000110111101111110101001010110110110110101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DE1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,222,31); }

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

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

 a { background-color: rgb(128,222,31); }

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

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

 span { border-color: rgb(128,222,31); }

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