#80d51d

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

Shades of Yellow Green #80D51D

Tints of Yellow Green #80D51D

Color information

#80D51D (or 0x80D51D) is unknown color: approx Yellow Green. HEX triplet: 80, D5 and 1D. RGB value is (128,213,29). Sum of RGB (Red+Green+Blue) = 128+213+29=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 213 (83.59% from 255 or 57.57% from 370); Blue value is 29 (11.72% from 255 or 7.84% from 370); Max value from RGB is 213 - color contains mainly: green. Hex color #80D51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D51D is #7F2AE2. Grayscale: #A7A7A7. Windows color (decimal): -8334051 or 1955200. OLE color: 1955200.

HSL color Cylindrical-coordinate representation of color #80D51D: hue angle of 87.72º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80D51D is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB12821329-
CMYK0.4000.860.16
HSL87.72º76.03%47.45%-
HSV(B)87.72º86.38%83.53%-
XYZ32.9252.279.52-
YUV166.6150.34100.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.59%
GREEN value IS 213 (83.59% from 255) = 57.57%
BLUE value IS 29 (11.72% from 255) = 7.84%
R=34.59%
G=57.57%
B=7.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal128213290.4000.860.1687.7276.0347.45
Hex80D51D2805610584c2f
Octal200325355001262013011457
Binary100000001101010111101101000010101101000010110001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80d51d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,213,29); }

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

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

 a { background-color: rgb(128,213,29); }

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

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

 span { border-color: rgb(128,213,29); }

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