Html Css Color HEX #83B505 Citrus

📋 copy color: '#83B505'

red 131 ◦ green 181 ◦ blue 5

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

Shades of Citrus #83B505

Tints of Citrus #83B505

RGB

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

 GREEN value IS 181 (71.09% from 255) = 57.1%

 BLUE value IS 5 (2.34% from 255) = 1.58%

R = 41.32%
G = 57.1%
B = 1.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#83B505 (or 0x83B505) is known color: Citrus. HEX triplet: 83, B5 and 05. RGB value is (131,181,5). Sum of RGB (Red+Green+Blue) = 131+181+5=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 181 (71.09% from 255 or 57.10% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 181 - color contains mainly: green. Hex color #83B505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B505 is #7C4AFA. Grayscale: #929292. Windows color (decimal): -8145659 or 374147. OLE color: 374147.

HSL color Cylindrical-coordinate representation of color #83B505: hue angle of 77.05º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #83B505 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 181 5 -
CMYK 0.28 0 0.97 0.29
HSL 77.05º 0.95% 0.36% -
HSV(B) 77.05º 0.97% 0.71% -
XYZ 25.91 37.88 6.09 -
YUV 145.99 48.44 117.31 -
System Red Green Blue C M Y K H S L
Decimal 131 181 5 0.28 0 0.97 0.29 77.05 0.95 0.36
Hex 83 B5 5 1C 0 61 1D 4D 5F 24
Octal 203 265 5 34 0 141 35 115 137 44
Binary 10000011 10110101 101 11100 0 1100001 11101 1001101 1011111 100100

Color Harmonies of #83B505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B505

Black with #83B505

Text Example


Text Example

White with #83B505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,181,5); }

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

background-color css

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

 a { background-color: rgb(131,181,5); }

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

border-color css

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

 span { border-color: rgb(131,181,5); }

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