Html Css Color HEX #83CB48 Mantis

📋 copy color: '#83CB48'

red 131 ◦ green 203 ◦ blue 72

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

Shades of Mantis #83CB48

Tints of Mantis #83CB48

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50%

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

R = 32.27%
G = 50%
B = 17.73%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#83CB48 (or 0x83CB48) is known color: Mantis. HEX triplet: 83, CB and 48. RGB value is (131,203,72). Sum of RGB (Red+Green+Blue) = 131+203+72=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #83CB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83CB48 is #7C34B7. Grayscale: #A6A6A6. Windows color (decimal): -8139960 or 4770691. OLE color: 4770691.

HSL color Cylindrical-coordinate representation of color #83CB48: hue angle of 92.98º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83CB48 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 203 72 -
CMYK 0.35 0 0.65 0.20
HSL 92.98º 0.56% 0.54% -
HSV(B) 92.98º 0.65% 0.8% -
XYZ 31.89 48.01 13.72 -
YUV 166.54 74.65 102.65 -
System Red Green Blue C M Y K H S L
Decimal 131 203 72 0.35 0 0.65 0.20 92.98 0.56 0.54
Hex 83 CB 48 23 0 41 14 5D 38 36
Octal 203 313 110 43 0 101 24 135 70 66
Binary 10000011 11001011 1001000 100011 0 1000001 10100 1011101 111000 110110

Color Harmonies of #83CB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CB48

Black with #83CB48

Text Example


Text Example

White with #83CB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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