#80C33D

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

Shades of Yellow Green #80C33D

Tints of Yellow Green #80C33D

Color information

#80C33D (or 0x80C33D) is unknown color: approx Yellow Green. HEX triplet: 80, C3 and 3D. RGB value is (128,195,61). Sum of RGB (Red+Green+Blue) = 128+195+61=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #80C33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C33D is #7F3CC2. Grayscale: #A0A0A0. Windows color (decimal): -8338627 or 4047744. OLE color: 4047744.

HSL color Cylindrical-coordinate representation of color #80C33D: hue angle of 90º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80C33D is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB12819561-
CMYK0.3400.690.24
HSL90º52.76%50.2%-
HSV(B)90º68.72%76.47%-
XYZ29.2643.9611.36-
YUV159.6972.3105.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.33%
GREEN value IS 195 (76.56% from 255) = 50.78%
BLUE value IS 61 (24.22% from 255) = 15.89%
R=33.33%
G=50.78%
B=15.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal128195610.3400.690.249052.7650.2
Hex80C33D22045185a3532
Octal20030375420105301326562
Binary100000001100001111110110001001000101110001011010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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