Html Css Color HEX #83FF1C Chartreuse

📋 copy color: '#83FF1C'

red 131 ◦ green 255 ◦ blue 28

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

Shades of Chartreuse #83FF1C

Tints of Chartreuse #83FF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.76%

R = 31.64%
G = 61.59%
B = 6.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#83FF1C (or 0x83FF1C) is known color: Chartreuse. HEX triplet: 83, FF and 1C. RGB value is (131,255,28). Sum of RGB (Red+Green+Blue) = 131+255+28=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 255 (100% from 255 or 61.59% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 255 - color contains mainly: green. Hex color #83FF1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83FF1C is #7C00E3. Grayscale: #C0C0C0. Windows color (decimal): -8126692 or 1900419. OLE color: 1900419.

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

Color convert

RGB 131 255 28 -
CMYK 0.49 0 0.89 0
HSL 92.78º 1% 0.55% -
HSV(B) 92.78º 0.89% 1% -
XYZ 45.33 76.43 13.46 -
YUV 192.05 35.42 84.46 -
System Red Green Blue C M Y K H S L
Decimal 131 255 28 0.49 0 0.89 0 92.78 1 0.55
Hex 83 FF 1C 31 0 59 0 5D 64 37
Octal 203 377 34 61 0 131 0 135 144 67
Binary 10000011 11111111 11100 110001 0 1011001 0 1011101 1100100 110111

Color Harmonies of #83FF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FF1C

Black with #83FF1C

Text Example


Text Example

White with #83FF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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