Html Css Color HEX #83D50E Lawn Green

📋 copy color: '#83D50E'

red 131 ◦ green 213 ◦ blue 14

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

Shades of Lawn Green #83D50E

Tints of Lawn Green #83D50E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 59.5%

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

R = 36.59%
G = 59.5%
B = 3.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#83D50E (or 0x83D50E) is known color: Lawn Green. HEX triplet: 83, D5 and 0E. RGB value is (131,213,14). Sum of RGB (Red+Green+Blue) = 131+213+14=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 213 (83.59% from 255 or 59.50% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 213 - color contains mainly: green. Hex color #83D50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83D50E is #7C2AF1. Grayscale: #A6A6A6. Windows color (decimal): -8137458 or 972163. OLE color: 972163.

HSL color Cylindrical-coordinate representation of color #83D50E: hue angle of 84.72º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83D50E is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 213 14 -
CMYK 0.38 0 0.93 0.16
HSL 84.72º 0.88% 0.45% -
HSV(B) 84.72º 0.93% 0.84% -
XYZ 33.23 52.45 8.79 -
YUV 165.8 42.33 103.18 -
System Red Green Blue C M Y K H S L
Decimal 131 213 14 0.38 0 0.93 0.16 84.72 0.88 0.45
Hex 83 D5 E 26 0 5D 10 55 58 2D
Octal 203 325 16 46 0 135 20 125 130 55
Binary 10000011 11010101 1110 100110 0 1011101 10000 1010101 1011000 101101

Color Harmonies of #83D50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D50E

Black with #83D50E

Text Example


Text Example

White with #83D50E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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