#80C334

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

Shades of Yellow Green #80C334

Tints of Yellow Green #80C334

Color information

#80C334 (or 0x80C334) is unknown color: approx Yellow Green. HEX triplet: 80, C3 and 34. RGB value is (128,195,52). Sum of RGB (Red+Green+Blue) = 128+195+52=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 195 (76.56% from 255 or 52% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 195 - color contains mainly: green. Hex color #80C334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C334 is #7F3CCB. Grayscale: #9F9F9F. Windows color (decimal): -8338636 or 3457920. OLE color: 3457920.

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

Color convert

RGB12819552-
CMYK0.3400.730.24
HSL88.11º57.89%48.43%-
HSV(B)88.11º73.33%76.47%-
XYZ29.0443.8710.19-
YUV158.6667.8106.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.13%
GREEN value IS 195 (76.56% from 255) = 52%
BLUE value IS 52 (20.70% from 255) = 13.87%
R=34.13%
G=52%
B=13.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal128195520.3400.730.2488.1157.8948.43
Hex80C3342204918583a30
Octal20030364420111301307260
Binary100000001100001111010010001001001001110001011000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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