#80C835

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

Shades of Yellow Green #80C835

Tints of Yellow Green #80C835

Color information

#80C835 (or 0x80C835) is unknown color: approx Yellow Green. HEX triplet: 80, C8 and 35. RGB value is (128,200,53). Sum of RGB (Red+Green+Blue) = 128+200+53=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 200 (78.52% from 255 or 52.49% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 200 - color contains mainly: green. Hex color #80C835 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C835 is #7F37CA. Grayscale: #A2A2A2. Windows color (decimal): -8337355 or 3524736. OLE color: 3524736.

HSL color Cylindrical-coordinate representation of color #80C835: hue angle of 89.39º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80C835 is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB12820053-
CMYK0.3600.740.22
HSL89.39º58.1%49.61%-
HSV(B)89.39º73.5%78.43%-
XYZ30.246.1510.69-
YUV161.7166.65103.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.60%
GREEN value IS 200 (78.52% from 255) = 52.49%
BLUE value IS 53 (21.09% from 255) = 13.91%
R=33.60%
G=52.49%
B=13.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal128200530.3600.740.2289.3958.149.61
Hex80C8352404A16593a32
Octal20031065440112261317262
Binary100000001100100011010110010001001010101101011001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,200,53); }

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

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

 a { background-color: rgb(128,200,53); }

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

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

 span { border-color: rgb(128,200,53); }

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