#83FF1E

Color #83FF1E Chartreuse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse #83FF1E

Tints of Chartreuse #83FF1E

Color information

#83FF1E (or 0x83FF1E) is unknown color: approx 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

RGB13125530-
CMYK0.4900.880
HSL93.07º100%55.88%-
HSV(B)93.07º88.24%100%-
XYZ45.3576.4413.59-
YUV192.2736.4284.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.49%
GREEN value IS 255 (100% from 255) = 61.30%
BLUE value IS 30 (12.11% from 255) = 7.21%
R=31.49%
G=61.30%
B=7.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal131255300.4900.88093.0710055.88
Hex83FF1E3105805d6438
Octal20337736610130013514470
Binary10000011111111111111011000101011000010111011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>