Html Css Color HEX #83DA14 Lawn Green

📋 copy color: '#83DA14'

red 131 ◦ green 218 ◦ blue 20

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

Shades of Lawn Green #83DA14

Tints of Lawn Green #83DA14

RGB

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

 GREEN value IS 218 (85.55% from 255) = 59.08%

 BLUE value IS 20 (8.2% from 255) = 5.42%

R = 35.5%
G = 59.08%
B = 5.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#83DA14 (or 0x83DA14) is known color: Lawn Green. HEX triplet: 83, DA and 14. RGB value is (131,218,20). Sum of RGB (Red+Green+Blue) = 131+218+20=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 218 (85.55% from 255 or 59.08% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 218 - color contains mainly: green. Hex color #83DA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83DA14 is #7C25EB. Grayscale: #AAAAAA. Windows color (decimal): -8136172 or 1366659. OLE color: 1366659.

HSL color Cylindrical-coordinate representation of color #83DA14: hue angle of 86.36º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83DA14 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 218 20 -
CMYK 0.40 0 0.91 0.15
HSL 86.36º 0.83% 0.47% -
HSV(B) 86.36º 0.91% 0.85% -
XYZ 34.56 55.02 9.46 -
YUV 169.42 43.68 100.6 -
System Red Green Blue C M Y K H S L
Decimal 131 218 20 0.40 0 0.91 0.15 86.36 0.83 0.47
Hex 83 DA 14 28 0 5B F 56 53 2F
Octal 203 332 24 50 0 133 17 126 123 57
Binary 10000011 11011010 10100 101000 0 1011011 1111 1010110 1010011 101111

Color Harmonies of #83DA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DA14

Black with #83DA14

Text Example


Text Example

White with #83DA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,218,20); }

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

background-color css

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

 a { background-color: rgb(131,218,20); }

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

border-color css

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

 span { border-color: rgb(131,218,20); }

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