Html Css Color HEX #83F12A Lawn Green

📋 copy color: '#83F12A'

red 131 ◦ green 241 ◦ blue 42

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

Shades of Lawn Green #83F12A

Tints of Lawn Green #83F12A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 58.21%

 BLUE value IS 42 (16.8% from 255) = 10.14%

R = 31.64%
G = 58.21%
B = 10.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#83F12A (or 0x83F12A) is known color: Lawn Green. HEX triplet: 83, F1 and 2A. RGB value is (131,241,42). Sum of RGB (Red+Green+Blue) = 131+241+42=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 241 (94.53% from 255 or 58.21% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 241 - color contains mainly: green. Hex color #83F12A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83F12A is #7C0ED5. Grayscale: #BABABA. Windows color (decimal): -8130262 or 2814339. OLE color: 2814339.

HSL color Cylindrical-coordinate representation of color #83F12A: hue angle of 93.17º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #83F12A is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 241 42 -
CMYK 0.46 0 0.83 0.05
HSL 93.17º 0.88% 0.55% -
HSV(B) 93.17º 0.83% 0.95% -
XYZ 41.23 67.9 13.12 -
YUV 185.42 47.06 89.18 -
System Red Green Blue C M Y K H S L
Decimal 131 241 42 0.46 0 0.83 0.05 93.17 0.88 0.55
Hex 83 F1 2A 2E 0 53 5 5D 58 37
Octal 203 361 52 56 0 123 5 135 130 67
Binary 10000011 11110001 101010 101110 0 1010011 101 1011101 1011000 110111

Color Harmonies of #83F12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F12A

Black with #83F12A

Text Example


Text Example

White with #83F12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,241,42); }

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

background-color css

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

 a { background-color: rgb(131,241,42); }

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

border-color css

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

 span { border-color: rgb(131,241,42); }

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