Html Css Color HEX #83FF1E Chartreuse

📋 copy color: '#83FF1E'

red 131 ◦ green 255 ◦ blue 30

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

Shades of Chartreuse #83FF1E

Tints of Chartreuse #83FF1E

RGB

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

 GREEN value IS 255 (100% from 255) = 61.3%

 BLUE value IS 30 (12.11% from 255) = 7.21%

R = 31.49%
G = 61.3%
B = 7.21%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#83FF1E (or 0x83FF1E) is known color: Chartreuse. HEX triplet: 83, FF and 1E. RGB value is (131,255,30). Sum of RGB (Red+Green+Blue) = 131+255+30=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 255 (100% from 255 or 61.30% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 255 - color contains mainly: green. Hex color #83FF1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83FF1E is #7C00E1. Grayscale: #C1C1C1. Windows color (decimal): -8126690 or 2031491. OLE color: 2031491.

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

Color convert

RGB 131 255 30 -
CMYK 0.49 0 0.88 0
HSL 93.07º 1% 0.56% -
HSV(B) 93.07º 0.88% 1% -
XYZ 45.35 76.44 13.59 -
YUV 192.27 36.42 84.3 -
System Red Green Blue C M Y K H S L
Decimal 131 255 30 0.49 0 0.88 0 93.07 1 0.56
Hex 83 FF 1E 31 0 58 0 5D 64 38
Octal 203 377 36 61 0 130 0 135 144 70
Binary 10000011 11111111 11110 110001 0 1011000 0 1011101 1100100 111000

Color Harmonies of #83FF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FF1E

Black with #83FF1E

Text Example


Text Example

White with #83FF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,255,30); }

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

background-color css

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

 a { background-color: rgb(131,255,30); }

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

border-color css

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

 span { border-color: rgb(131,255,30); }

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