Html Css Color HEX #83FC01 Chartreuse

📋 copy color: '#83FC01'

red 131 ◦ green 252 ◦ blue 1

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

Shades of Chartreuse #83FC01

Tints of Chartreuse #83FC01

RGB

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

 GREEN value IS 252 (98.83% from 255) = 65.63%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 34.11%
G = 65.63%
B = 0.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#83FC01 (or 0x83FC01) is known color: Chartreuse. HEX triplet: 83, FC and 01. RGB value is (131,252,1). Sum of RGB (Red+Green+Blue) = 131+252+1=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 252 (98.83% from 255 or 65.62% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 252 - color contains mainly: green. Hex color #83FC01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83FC01 is #7C03FE. Grayscale: #BCBCBC. Windows color (decimal): -8127487 or 130179. OLE color: 130179.

HSL color Cylindrical-coordinate representation of color #83FC01: hue angle of 88.92º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83FC01 is Cyan = 0.48, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 252 1 -
CMYK 0.48 0 1.00 0.01
HSL 88.92º 0.99% 0.5% -
HSV(B) 88.92º 1% 0.99% -
XYZ 44.18 74.45 12.07 -
YUV 187.21 22.91 87.91 -
System Red Green Blue C M Y K H S L
Decimal 131 252 1 0.48 0 1.00 0.01 88.92 0.99 0.5
Hex 83 FC 1 30 0 64 1 59 63 32
Octal 203 374 1 60 0 144 1 131 143 62
Binary 10000011 11111100 1 110000 0 1100100 1 1011001 1100011 110010

Color Harmonies of #83FC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FC01

Black with #83FC01

Text Example


Text Example

White with #83FC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,252,1); }

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

background-color css

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

 a { background-color: rgb(131,252,1); }

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

border-color css

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

 span { border-color: rgb(131,252,1); }

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