Html Css Color HEX #83BD00 Citrus

📋 copy color: '#83BD00'

red 131 ◦ green 189 ◦ blue 0

#83BD00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #83BD00

Tints of Citrus #83BD00

RGB

 RED value IS 131 (51.56% from 255) = 40.94%

 GREEN value IS 189 (74.22% from 255) = 59.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.94%
G = 59.06%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#83BD00 (or 0x83BD00) is known color: Citrus. HEX triplet: 83, BD and 00. RGB value is (131,189,0). Sum of RGB (Red+Green+Blue) = 131+189+0=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 189 (74.22% from 255 or 59.06% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BD00 is #7C42FF. Grayscale: #969696. Windows color (decimal): -8143616 or 48515. OLE color: 48515.

HSL color Cylindrical-coordinate representation of color #83BD00: hue angle of 78.41º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83BD00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 189 0 -
CMYK 0.31 0 1 0.26
HSL 78.41º 1% 0.37% -
HSV(B) 78.41º 1% 0.74% -
XYZ 27.56 41.22 6.5 -
YUV 150.11 43.28 114.37 -
System Red Green Blue C M Y K H S L
Decimal 131 189 0 0.31 0 1 0.26 78.41 1 0.37
Hex 83 BD 0 1F 0 64 1A 4E 64 25
Octal 203 275 0 37 0 144 32 116 144 45
Binary 10000011 10111101 0 11111 0 1100100 11010 1001110 1100100 100101

Color Harmonies of #83BD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BD00

Black with #83BD00

Text Example


Text Example

White with #83BD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83BD00;
 }
 .AnyTagClassName
 {
   color: #83BD00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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