Html Css Color HEX #83CF48 Mantis

📋 copy color: '#83CF48'

red 131 ◦ green 207 ◦ blue 72

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

Shades of Mantis #83CF48

Tints of Mantis #83CF48

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.49%

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

R = 31.95%
G = 50.49%
B = 17.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#83CF48 (or 0x83CF48) is known color: Mantis. HEX triplet: 83, CF and 48. RGB value is (131,207,72). Sum of RGB (Red+Green+Blue) = 131+207+72=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #83CF48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83CF48 is #7C30B7. Grayscale: #A9A9A9. Windows color (decimal): -8138936 or 4771715. OLE color: 4771715.

HSL color Cylindrical-coordinate representation of color #83CF48: hue angle of 93.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83CF48 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 207 72 -
CMYK 0.37 0 0.65 0.19
HSL 93.78º 0.58% 0.55% -
HSV(B) 93.78º 0.65% 0.81% -
XYZ 32.84 49.92 14.04 -
YUV 168.89 73.32 100.98 -
System Red Green Blue C M Y K H S L
Decimal 131 207 72 0.37 0 0.65 0.19 93.78 0.58 0.55
Hex 83 CF 48 25 0 41 13 5E 3A 37
Octal 203 317 110 45 0 101 23 136 72 67
Binary 10000011 11001111 1001000 100101 0 1000001 10011 1011110 111010 110111

Color Harmonies of #83CF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CF48

Black with #83CF48

Text Example


Text Example

White with #83CF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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