Html Css Color HEX #83BF00 Citrus

📋 copy color: '#83BF00'

red 131 ◦ green 191 ◦ blue 0

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

Shades of Citrus #83BF00

Tints of Citrus #83BF00

RGB

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

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

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

R = 40.68%
G = 59.32%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#83BF00 (or 0x83BF00) is known color: Citrus. HEX triplet: 83, BF and 00. RGB value is (131,191,0). Sum of RGB (Red+Green+Blue) = 131+191+0=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 191 (75% from 255 or 59.32% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BF00 is #7C40FF. Grayscale: #979797. Windows color (decimal): -8143104 or 49027. OLE color: 49027.

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

Color convert

RGB 131 191 0 -
CMYK 0.31 0 1 0.25
HSL 78.85º 1% 0.37% -
HSV(B) 78.85º 1% 0.75% -
XYZ 27.99 42.09 6.65 -
YUV 151.29 42.62 113.53 -
System Red Green Blue C M Y K H S L
Decimal 131 191 0 0.31 0 1 0.25 78.85 1 0.37
Hex 83 BF 0 1F 0 64 19 4F 64 25
Octal 203 277 0 37 0 144 31 117 144 45
Binary 10000011 10111111 0 11111 0 1100100 11001 1001111 1100100 100101

Color Harmonies of #83BF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BF00

Black with #83BF00

Text Example


Text Example

White with #83BF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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