#80D326

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

Shades of Yellow Green #80D326

Tints of Yellow Green #80D326

Color information

#80D326 (or 0x80D326) is unknown color: approx Yellow Green. HEX triplet: 80, D3 and 26. RGB value is (128,211,38). Sum of RGB (Red+Green+Blue) = 128+211+38=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 211 (82.81% from 255 or 55.97% from 377); Blue value is 38 (15.23% from 255 or 10.08% from 377); Max value from RGB is 211 - color contains mainly: green. Hex color #80D326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D326 is #7F2CD9. Grayscale: #A7A7A7. Windows color (decimal): -8334554 or 2544512. OLE color: 2544512.

HSL color Cylindrical-coordinate representation of color #80D326: hue angle of 88.79º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80D326 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB12821138-
CMYK0.3900.820.17
HSL88.79º69.48%48.82%-
HSV(B)88.79º81.99%82.75%-
XYZ32.5551.3210.02-
YUV166.4655.5100.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.95%
GREEN value IS 211 (82.81% from 255) = 55.97%
BLUE value IS 38 (15.23% from 255) = 10.08%
R=33.95%
G=55.97%
B=10.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal128211380.3900.820.1788.7969.4848.82
Hex80D3262705211594531
Octal200323464701222113110561
Binary1000000011010011100110100111010100101000110110011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,211,38); }

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

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

 a { background-color: rgb(128,211,38); }

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

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

 span { border-color: rgb(128,211,38); }

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