Html Css Color HEX #83F012 Lawn Green

📋 copy color: '#83F012'

red 131 ◦ green 240 ◦ blue 18

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

Shades of Lawn Green #83F012

Tints of Lawn Green #83F012

RGB

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

 GREEN value IS 240 (94.14% from 255) = 61.7%

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

R = 33.68%
G = 61.7%
B = 4.63%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#83F012 (or 0x83F012) is known color: Lawn Green. HEX triplet: 83, F0 and 12. RGB value is (131,240,18). Sum of RGB (Red+Green+Blue) = 131+240+18=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 240 (94.14% from 255 or 61.70% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 240 - color contains mainly: green. Hex color #83F012 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83F012 is #7C0FED. Grayscale: #B6B6B6. Windows color (decimal): -8130542 or 1241219. OLE color: 1241219.

HSL color Cylindrical-coordinate representation of color #83F012: hue angle of 89.46º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83F012 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 240 18 -
CMYK 0.45 0 0.92 0.06
HSL 89.46º 0.88% 0.51% -
HSV(B) 89.46º 0.93% 0.94% -
XYZ 40.63 67.19 11.4 -
YUV 182.1 35.39 91.55 -
System Red Green Blue C M Y K H S L
Decimal 131 240 18 0.45 0 0.92 0.06 89.46 0.88 0.51
Hex 83 F0 12 2D 0 5C 6 59 58 33
Octal 203 360 22 55 0 134 6 131 130 63
Binary 10000011 11110000 10010 101101 0 1011100 110 1011001 1011000 110011

Color Harmonies of #83F012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F012

Black with #83F012

Text Example


Text Example

White with #83F012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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