Html Css Color HEX #83C242 Mantis

📋 copy color: '#83C242'

red 131 ◦ green 194 ◦ blue 66

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

Shades of Mantis #83C242

Tints of Mantis #83C242

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.62%

 BLUE value IS 66 (26.17% from 255) = 16.88%

R = 33.5%
G = 49.62%
B = 16.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#83C242 (or 0x83C242) is known color: Mantis. HEX triplet: 83, C2 and 42. RGB value is (131,194,66). Sum of RGB (Red+Green+Blue) = 131+194+66=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #83C242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C242 is #7C3DBD. Grayscale: #A1A1A1. Windows color (decimal): -8142270 or 4375171. OLE color: 4375171.

HSL color Cylindrical-coordinate representation of color #83C242: hue angle of 89.53º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83C242 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 194 66 -
CMYK 0.32 0 0.66 0.24
HSL 89.53º 0.51% 0.51% -
HSV(B) 89.53º 0.66% 0.76% -
XYZ 29.64 43.8 12.05 -
YUV 160.57 74.63 106.91 -
System Red Green Blue C M Y K H S L
Decimal 131 194 66 0.32 0 0.66 0.24 89.53 0.51 0.51
Hex 83 C2 42 20 0 42 18 5A 33 33
Octal 203 302 102 40 0 102 30 132 63 63
Binary 10000011 11000010 1000010 100000 0 1000010 11000 1011010 110011 110011

Color Harmonies of #83C242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C242

Black with #83C242

Text Example


Text Example

White with #83C242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,194,66); }

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

background-color css

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

 a { background-color: rgb(131,194,66); }

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

border-color css

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

 span { border-color: rgb(131,194,66); }

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