#80C03D

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

Shades of Yellow Green #80C03D

Tints of Yellow Green #80C03D

Color information

#80C03D (or 0x80C03D) is unknown color: approx Yellow Green. HEX triplet: 80, C0 and 3D. RGB value is (128,192,61). Sum of RGB (Red+Green+Blue) = 128+192+61=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #80C03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C03D is #7F3FC2. Grayscale: #9E9E9E. Windows color (decimal): -8339395 or 4046976. OLE color: 4046976.

HSL color Cylindrical-coordinate representation of color #80C03D: hue angle of 89.31º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80C03D is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB12819261-
CMYK0.3300.680.25
HSL89.31º51.78%49.61%-
HSV(B)89.31º68.23%75.29%-
XYZ28.5942.6311.14-
YUV157.9373.3106.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.60%
GREEN value IS 192 (75.39% from 255) = 50.39%
BLUE value IS 61 (24.22% from 255) = 16.01%
R=33.60%
G=50.39%
B=16.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128192610.3300.680.2589.3151.7849.61
Hex80C03D2104419593432
Octal20030075410104311316462
Binary100000001100000011110110000101000100110011011001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,192,61); }

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

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

 a { background-color: rgb(128,192,61); }

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

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

 span { border-color: rgb(128,192,61); }

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