Html Css Color HEX #83B404 Citrus

📋 copy color: '#83B404'

red 131 ◦ green 180 ◦ blue 4

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

Shades of Citrus #83B404

Tints of Citrus #83B404

RGB

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

 GREEN value IS 180 (70.7% from 255) = 57.14%

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 41.59%
G = 57.14%
B = 1.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#83B404 (or 0x83B404) is known color: Citrus. HEX triplet: 83, B4 and 04. RGB value is (131,180,4). Sum of RGB (Red+Green+Blue) = 131+180+4=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 180 (70.70% from 255 or 57.14% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 180 - color contains mainly: green. Hex color #83B404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B404 is #7C4BFB. Grayscale: #919191. Windows color (decimal): -8145916 or 308355. OLE color: 308355.

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

Color convert

RGB 131 180 4 -
CMYK 0.27 0 0.98 0.29
HSL 76.7º 0.96% 0.36% -
HSV(B) 76.7º 0.98% 0.71% -
XYZ 25.7 37.48 5.99 -
YUV 145.29 48.27 117.81 -
System Red Green Blue C M Y K H S L
Decimal 131 180 4 0.27 0 0.98 0.29 76.7 0.96 0.36
Hex 83 B4 4 1B 0 62 1D 4D 60 24
Octal 203 264 4 33 0 142 35 115 140 44
Binary 10000011 10110100 100 11011 0 1100010 11101 1001101 1100000 100100

Color Harmonies of #83B404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B404

Black with #83B404

Text Example


Text Example

White with #83B404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,180,4); }

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

background-color css

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

 a { background-color: rgb(131,180,4); }

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

border-color css

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

 span { border-color: rgb(131,180,4); }

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