Html Css Color HEX #83DD12 Lawn Green

📋 copy color: '#83DD12'

red 131 ◦ green 221 ◦ blue 18

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

Shades of Lawn Green #83DD12

Tints of Lawn Green #83DD12

RGB

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

 GREEN value IS 221 (86.72% from 255) = 59.73%

 BLUE value IS 18 (7.42% from 255) = 4.86%

R = 35.41%
G = 59.73%
B = 4.86%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#83DD12 (or 0x83DD12) is known color: Lawn Green. HEX triplet: 83, DD and 12. RGB value is (131,221,18). Sum of RGB (Red+Green+Blue) = 131+221+18=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 221 (86.72% from 255 or 59.73% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 221 - color contains mainly: green. Hex color #83DD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83DD12 is #7C22ED. Grayscale: #ABABAB. Windows color (decimal): -8135406 or 1236355. OLE color: 1236355.

HSL color Cylindrical-coordinate representation of color #83DD12: hue angle of 86.6º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83DD12 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 221 18 -
CMYK 0.41 0 0.92 0.13
HSL 86.6º 0.85% 0.47% -
HSV(B) 86.6º 0.92% 0.87% -
XYZ 35.33 56.58 9.63 -
YUV 170.95 41.68 99.51 -
System Red Green Blue C M Y K H S L
Decimal 131 221 18 0.41 0 0.92 0.13 86.6 0.85 0.47
Hex 83 DD 12 29 0 5C D 57 55 2F
Octal 203 335 22 51 0 134 15 127 125 57
Binary 10000011 11011101 10010 101001 0 1011100 1101 1010111 1010101 101111

Color Harmonies of #83DD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DD12

Black with #83DD12

Text Example


Text Example

White with #83DD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,221,18); }

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

background-color css

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

 a { background-color: rgb(131,221,18); }

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

border-color css

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

 span { border-color: rgb(131,221,18); }

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