Html Css Color HEX #83AD03 Citrus

📋 copy color: '#83AD03'

red 131 ◦ green 173 ◦ blue 3

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

Shades of Citrus #83AD03

Tints of Citrus #83AD03

RGB

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

 GREEN value IS 173 (67.97% from 255) = 56.35%

 BLUE value IS 3 (1.56% from 255) = 0.98%

R = 42.67%
G = 56.35%
B = 0.98%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#83AD03 (or 0x83AD03) is known color: Citrus. HEX triplet: 83, AD and 03. RGB value is (131,173,3). Sum of RGB (Red+Green+Blue) = 131+173+3=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AD03 is #7C52FC. Grayscale: #8D8D8D. Windows color (decimal): -8147709 or 241027. OLE color: 241027.

HSL color Cylindrical-coordinate representation of color #83AD03: hue angle of 74.82º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #83AD03 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 173 3 -
CMYK 0.24 0 0.98 0.32
HSL 74.82º 0.97% 0.35% -
HSV(B) 74.82º 0.98% 0.68% -
XYZ 24.32 34.72 5.51 -
YUV 141.06 50.09 120.82 -
System Red Green Blue C M Y K H S L
Decimal 131 173 3 0.24 0 0.98 0.32 74.82 0.97 0.35
Hex 83 AD 3 18 0 62 20 4B 61 23
Octal 203 255 3 30 0 142 40 113 141 43
Binary 10000011 10101101 11 11000 0 1100010 100000 1001011 1100001 100011

Color Harmonies of #83AD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AD03

Black with #83AD03

Text Example


Text Example

White with #83AD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,173,3); }

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

background-color css

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

 a { background-color: rgb(131,173,3); }

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

border-color css

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

 span { border-color: rgb(131,173,3); }

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