#83BF01

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

Shades of Citrus #83BF01

Tints of Citrus #83BF01

Color information

#83BF01 (or 0x83BF01) is unknown color: approx Citrus. HEX triplet: 83, BF and 01. RGB value is (131,191,1). Sum of RGB (Red+Green+Blue) = 131+191+1=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 191 (75% from 255 or 59.13% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BF01 is #7C40FE. Grayscale: #989898. Windows color (decimal): -8143103 or 114563. OLE color: 114563.

HSL color Cylindrical-coordinate representation of color #83BF01: hue angle of 78.95º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #83BF01 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB1311911-
CMYK0.3100.990.25
HSL78.95º98.96%37.65%-
HSV(B)78.95º99.48%74.9%-
XYZ2842.096.68-
YUV151.443.12113.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.56%
GREEN value IS 191 (75% from 255) = 59.13%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=40.56%
G=59.13%
B=0.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13119110.3100.990.2578.9598.9637.65
Hex83BF11F063194f6326
Octal20327713701433111714346
Binary1000001110111111111111011000111100110011111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BF01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,191,1); }

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

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

 a { background-color: rgb(131,191,1); }

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

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

 span { border-color: rgb(131,191,1); }

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