Html Css Color HEX #83FA1F Chartreuse

📋 copy color: '#83FA1F'

red 131 ◦ green 250 ◦ blue 31

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

Shades of Chartreuse #83FA1F

Tints of Chartreuse #83FA1F

RGB

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

 GREEN value IS 250 (98.05% from 255) = 60.68%

 BLUE value IS 31 (12.5% from 255) = 7.52%

R = 31.8%
G = 60.68%
B = 7.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#83FA1F (or 0x83FA1F) is known color: Chartreuse. HEX triplet: 83, FA and 1F. RGB value is (131,250,31). Sum of RGB (Red+Green+Blue) = 131+250+31=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 250 (98.05% from 255 or 60.68% from 412); Blue value is 31 (12.5% from 255 or 7.52% from 412); Max value from RGB is 250 - color contains mainly: green. Hex color #83FA1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83FA1F is #7C05E0. Grayscale: #BEBEBE. Windows color (decimal): -8127969 or 2095747. OLE color: 2095747.

HSL color Cylindrical-coordinate representation of color #83FA1F: hue angle of 92.6º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83FA1F is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 250 31 -
CMYK 0.48 0 0.88 0.02
HSL 92.6º 0.96% 0.55% -
HSV(B) 92.6º 0.88% 0.98% -
XYZ 43.79 73.3 13.14 -
YUV 189.45 38.58 86.31 -
System Red Green Blue C M Y K H S L
Decimal 131 250 31 0.48 0 0.88 0.02 92.6 0.96 0.55
Hex 83 FA 1F 30 0 58 2 5D 60 37
Octal 203 372 37 60 0 130 2 135 140 67
Binary 10000011 11111010 11111 110000 0 1011000 10 1011101 1100000 110111

Color Harmonies of #83FA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FA1F

Black with #83FA1F

Text Example


Text Example

White with #83FA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,250,31); }

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

background-color css

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

 a { background-color: rgb(131,250,31); }

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

border-color css

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

 span { border-color: rgb(131,250,31); }

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