Html Css Color HEX #83BF04 Citrus

📋 copy color: '#83BF04'

red 131 ◦ green 191 ◦ blue 4

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

Shades of Citrus #83BF04

Tints of Citrus #83BF04

RGB

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

 GREEN value IS 191 (75% from 255) = 58.59%

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

R = 40.18%
G = 58.59%
B = 1.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#83BF04 (or 0x83BF04) is known color: Citrus. HEX triplet: 83, BF and 04. RGB value is (131,191,4). Sum of RGB (Red+Green+Blue) = 131+191+4=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 191 (75% from 255 or 58.59% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BF04 is #7C40FB. Grayscale: #989898. Windows color (decimal): -8143100 or 311171. OLE color: 311171.

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

Color convert

RGB 131 191 4 -
CMYK 0.31 0 0.98 0.25
HSL 79.25º 0.96% 0.38% -
HSV(B) 79.25º 0.98% 0.75% -
XYZ 28.01 42.1 6.76 -
YUV 151.74 44.62 113.21 -
System Red Green Blue C M Y K H S L
Decimal 131 191 4 0.31 0 0.98 0.25 79.25 0.96 0.38
Hex 83 BF 4 1F 0 62 19 4F 60 26
Octal 203 277 4 37 0 142 31 117 140 46
Binary 10000011 10111111 100 11111 0 1100010 11001 1001111 1100000 100110

Color Harmonies of #83BF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BF04

Black with #83BF04

Text Example


Text Example

White with #83BF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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