Html Css Color HEX #83C248 Mantis

📋 copy color: '#83C248'

red 131 ◦ green 194 ◦ blue 72

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

Shades of Mantis #83C248

Tints of Mantis #83C248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.14%

R = 33%
G = 48.87%
B = 18.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#83C248 (or 0x83C248) is known color: Mantis. HEX triplet: 83, C2 and 48. RGB value is (131,194,72). Sum of RGB (Red+Green+Blue) = 131+194+72=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #83C248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C248 is #7C3DB7. Grayscale: #A1A1A1. Windows color (decimal): -8142264 or 4768387. OLE color: 4768387.

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

Color convert

RGB 131 194 72 -
CMYK 0.32 0 0.63 0.24
HSL 90.98º 0.5% 0.52% -
HSV(B) 90.98º 0.63% 0.76% -
XYZ 29.82 43.88 13.03 -
YUV 161.26 77.63 106.42 -
System Red Green Blue C M Y K H S L
Decimal 131 194 72 0.32 0 0.63 0.24 90.98 0.5 0.52
Hex 83 C2 48 20 0 3F 18 5B 32 34
Octal 203 302 110 40 0 77 30 133 62 64
Binary 10000011 11000010 1001000 100000 0 111111 11000 1011011 110010 110100

Color Harmonies of #83C248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C248

Black with #83C248

Text Example


Text Example

White with #83C248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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