#80B800

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

Shades of Citrus #80B800

Tints of Citrus #80B800

Color information

#80B800 (or 0x80B800) is unknown color: approx Citrus. HEX triplet: 80, B8 and 00. RGB value is (128,184,0). Sum of RGB (Red+Green+Blue) = 128+184+0=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 184 (72.27% from 255 or 58.97% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 184 - color contains mainly: green. Hex color #80B800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B800 is #7F47FF. Grayscale: #929292. Windows color (decimal): -8341504 or 47232. OLE color: 47232.

HSL color Cylindrical-coordinate representation of color #80B800: hue angle of 78.26º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80B800 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB1281840-
CMYK0.30010.28
HSL78.26º100%36.08%-
HSV(B)78.26º100%72.16%-
XYZ26.0438.876.13-
YUV146.2845.45114.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.03%
GREEN value IS 184 (72.27% from 255) = 58.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.03%
G=58.97%
B=0%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal12818400.30010.2878.2610036.08
Hex80B801E0641C4e6424
Octal20027003601443411614444
Binary1000000010111000011110011001001110010011101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,184,0); }

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

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

 a { background-color: rgb(128,184,0); }

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

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

 span { border-color: rgb(128,184,0); }

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