Html Css Color HEX #83FE21 Chartreuse

📋 copy color: '#83FE21'

red 131 ◦ green 254 ◦ blue 33

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

Shades of Chartreuse #83FE21

Tints of Chartreuse #83FE21

RGB

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

 GREEN value IS 254 (99.61% from 255) = 60.77%

 BLUE value IS 33 (13.28% from 255) = 7.89%

R = 31.34%
G = 60.77%
B = 7.89%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#83FE21 (or 0x83FE21) is known color: Chartreuse. HEX triplet: 83, FE and 21. RGB value is (131,254,33). Sum of RGB (Red+Green+Blue) = 131+254+33=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 254 (99.61% from 255 or 60.77% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 254 - color contains mainly: green. Hex color #83FE21 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83FE21 is #7C01DE. Grayscale: #C0C0C0. Windows color (decimal): -8126943 or 2227843. OLE color: 2227843.

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

Color convert

RGB 131 254 33 -
CMYK 0.48 0 0.87 0.00
HSL 93.39º 0.99% 0.56% -
HSV(B) 93.39º 0.87% 1% -
XYZ 45.08 75.82 13.7 -
YUV 192.03 38.25 84.47 -
System Red Green Blue C M Y K H S L
Decimal 131 254 33 0.48 0 0.87 0.00 93.39 0.99 0.56
Hex 83 FE 21 30 0 57 0 5D 63 38
Octal 203 376 41 60 0 127 0 135 143 70
Binary 10000011 11111110 100001 110000 0 1010111 0 1011101 1100011 111000

Color Harmonies of #83FE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FE21

Black with #83FE21

Text Example


Text Example

White with #83FE21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,254,33); }

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

background-color css

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

 a { background-color: rgb(131,254,33); }

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

border-color css

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

 span { border-color: rgb(131,254,33); }

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