#80D625

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

Shades of Yellow Green #80D625

Tints of Yellow Green #80D625

Color information

#80D625 (or 0x80D625) is unknown color: approx Yellow Green. HEX triplet: 80, D6 and 25. RGB value is (128,214,37). Sum of RGB (Red+Green+Blue) = 128+214+37=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #80D625 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D625 is #7F29DA. Grayscale: #A8A8A8. Windows color (decimal): -8333787 or 2479744. OLE color: 2479744.

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

Color convert

RGB12821437-
CMYK0.4000.830.16
HSL89.15º70.52%49.22%-
HSV(B)89.15º82.71%83.92%-
XYZ33.2852.8210.19-
YUV168.1154.0199.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.77%
GREEN value IS 214 (83.98% from 255) = 56.46%
BLUE value IS 37 (14.84% from 255) = 9.76%
R=33.77%
G=56.46%
B=9.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal128214370.4000.830.1689.1570.5249.22
Hex80D6252805310594731
Octal200326455001232013110761
Binary1000000011010110100101101000010100111000010110011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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