Html Css Color HEX #83FA1A Chartreuse

📋 copy color: '#83FA1A'

red 131 ◦ green 250 ◦ blue 26

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

Shades of Chartreuse #83FA1A

Tints of Chartreuse #83FA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.39%

R = 32.19%
G = 61.43%
B = 6.39%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#83FA1A (or 0x83FA1A) is known color: Chartreuse. HEX triplet: 83, FA and 1A. RGB value is (131,250,26). Sum of RGB (Red+Green+Blue) = 131+250+26=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 250 (98.05% from 255 or 61.43% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 250 - color contains mainly: green. Hex color #83FA1A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83FA1A is #7C05E5. Grayscale: #BDBDBD. Windows color (decimal): -8127974 or 1768067. OLE color: 1768067.

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

Color convert

RGB 131 250 26 -
CMYK 0.48 0 0.90 0.02
HSL 91.88º 0.96% 0.54% -
HSV(B) 91.88º 0.9% 0.98% -
XYZ 43.73 73.27 12.82 -
YUV 188.88 36.08 86.71 -
System Red Green Blue C M Y K H S L
Decimal 131 250 26 0.48 0 0.90 0.02 91.88 0.96 0.54
Hex 83 FA 1A 30 0 5A 2 5C 60 36
Octal 203 372 32 60 0 132 2 134 140 66
Binary 10000011 11111010 11010 110000 0 1011010 10 1011100 1100000 110110

Color Harmonies of #83FA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FA1A

Black with #83FA1A

Text Example


Text Example

White with #83FA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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