Html Css Color HEX #83FC12 Chartreuse

📋 copy color: '#83FC12'

red 131 ◦ green 252 ◦ blue 18

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

Shades of Chartreuse #83FC12

Tints of Chartreuse #83FC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.49%

R = 32.67%
G = 62.84%
B = 4.49%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#83FC12 (or 0x83FC12) is known color: Chartreuse. HEX triplet: 83, FC and 12. RGB value is (131,252,18). Sum of RGB (Red+Green+Blue) = 131+252+18=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 252 (98.83% from 255 or 62.84% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 252 - color contains mainly: green. Hex color #83FC12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83FC12 is #7C03ED. Grayscale: #BDBDBD. Windows color (decimal): -8127470 or 1244291. OLE color: 1244291.

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

Color convert

RGB 131 252 18 -
CMYK 0.48 0 0.93 0.01
HSL 91.03º 0.98% 0.53% -
HSV(B) 91.03º 0.93% 0.99% -
XYZ 44.28 74.49 12.62 -
YUV 189.15 31.41 86.53 -
System Red Green Blue C M Y K H S L
Decimal 131 252 18 0.48 0 0.93 0.01 91.03 0.98 0.53
Hex 83 FC 12 30 0 5D 1 5B 62 35
Octal 203 374 22 60 0 135 1 133 142 65
Binary 10000011 11111100 10010 110000 0 1011101 1 1011011 1100010 110101

Color Harmonies of #83FC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FC12

Black with #83FC12

Text Example


Text Example

White with #83FC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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