Html Css Color HEX #83FF0E Chartreuse

📋 copy color: '#83FF0E'

red 131 ◦ green 255 ◦ blue 14

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

Shades of Chartreuse #83FF0E

Tints of Chartreuse #83FF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.5%

R = 32.75%
G = 63.75%
B = 3.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#83FF0E (or 0x83FF0E) is known color: Chartreuse. HEX triplet: 83, FF and 0E. RGB value is (131,255,14). Sum of RGB (Red+Green+Blue) = 131+255+14=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 255 (100% from 255 or 63.75% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 255 - color contains mainly: green. Hex color #83FF0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83FF0E is #7C00F1. Grayscale: #BFBFBF. Windows color (decimal): -8126706 or 982915. OLE color: 982915.

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

Color convert

RGB 131 255 14 -
CMYK 0.49 0 0.95 0
HSL 90.87º 1% 0.53% -
HSV(B) 90.87º 0.95% 1% -
XYZ 45.2 76.38 12.78 -
YUV 190.45 28.42 85.6 -
System Red Green Blue C M Y K H S L
Decimal 131 255 14 0.49 0 0.95 0 90.87 1 0.53
Hex 83 FF E 31 0 5F 0 5B 64 35
Octal 203 377 16 61 0 137 0 133 144 65
Binary 10000011 11111111 1110 110001 0 1011111 0 1011011 1100100 110101

Color Harmonies of #83FF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FF0E

Black with #83FF0E

Text Example


Text Example

White with #83FF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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