#83B800

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

Shades of Citrus #83B800

Tints of Citrus #83B800

Color information

#83B800 (or 0x83B800) is unknown color: approx Citrus. HEX triplet: 83, B8 and 00. RGB value is (131,184,0). Sum of RGB (Red+Green+Blue) = 131+184+0=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 184 (72.27% from 255 or 58.41% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 184 - color contains mainly: green. Hex color #83B800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B800 is #7C47FF. Grayscale: #939393. Windows color (decimal): -8144896 or 47235. OLE color: 47235.

HSL color Cylindrical-coordinate representation of color #83B800: hue angle of 77.28º 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 #83B800 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB1311840-
CMYK0.29010.28
HSL77.28º100%36.08%-
HSV(B)77.28º100%72.16%-
XYZ26.539.116.15-
YUV147.1844.94116.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.59%
GREEN value IS 184 (72.27% from 255) = 58.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.59%
G=58.41%
B=0%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal13118400.29010.2877.2810036.08
Hex83B801D0641C4d6424
Octal20327003501443411514444
Binary1000001110111000011101011001001110010011011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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