#80D635

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

Shades of Yellow Green #80D635

Tints of Yellow Green #80D635

Color information

#80D635 (or 0x80D635) is unknown color: approx Yellow Green. HEX triplet: 80, D6 and 35. RGB value is (128,214,53). Sum of RGB (Red+Green+Blue) = 128+214+53=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 214 (83.98% from 255 or 54.18% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 214 - color contains mainly: green. Hex color #80D635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D635 is #7F29CA. Grayscale: #AAAAAA. Windows color (decimal): -8333771 or 3528320. OLE color: 3528320.

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

Color convert

RGB12821453-
CMYK0.4000.750.16
HSL92.05º66.26%52.35%-
HSV(B)92.05º75.23%83.92%-
XYZ33.5952.9411.82-
YUV169.9362.0198.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.41%
GREEN value IS 214 (83.98% from 255) = 54.18%
BLUE value IS 53 (21.09% from 255) = 13.42%
R=32.41%
G=54.18%
B=13.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal128214530.4000.750.1692.0566.2652.35
Hex80D6352804B105c4234
Octal200326655001132013410264
Binary1000000011010110110101101000010010111000010111001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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