Html Css Color HEX #73CE52 Mantis

📋 copy color: '#73CE52'

red 115 ◦ green 206 ◦ blue 82

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

Shades of Mantis #73CE52

Tints of Mantis #73CE52

RGB

 RED value IS 115 (45.31% from 255) = 28.54%

 GREEN value IS 206 (80.86% from 255) = 51.12%

 BLUE value IS 82 (32.42% from 255) = 20.35%

R = 28.54%
G = 51.12%
B = 20.35%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#73CE52 (or 0x73CE52) is known color: Mantis. HEX triplet: 73, CE and 52. RGB value is (115,206,82). Sum of RGB (Red+Green+Blue) = 115+206+82=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #73CE52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CE52 is #8C31AD. Grayscale: #A5A5A5. Windows color (decimal): -9187758 or 5426803. OLE color: 5426803.

HSL color Cylindrical-coordinate representation of color #73CE52: hue angle of 104.03º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73CE52 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 206 82 -
CMYK 0.44 0 0.60 0.19
HSL 104.03º 0.56% 0.56% -
HSV(B) 104.03º 0.6% 0.81% -
XYZ 30.66 48.4 15.71 -
YUV 164.66 81.35 92.58 -
System Red Green Blue C M Y K H S L
Decimal 115 206 82 0.44 0 0.60 0.19 104.03 0.56 0.56
Hex 73 CE 52 2C 0 3C 13 68 38 38
Octal 163 316 122 54 0 74 23 150 70 70
Binary 1110011 11001110 1010010 101100 0 111100 10011 1101000 111000 111000

Color Harmonies of #73CE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CE52

Black with #73CE52

Text Example


Text Example

White with #73CE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73CE52; }

 p { color: rgb(115,206,82); }

 H1.HeaderClassName
 {
   color: #73CE52;
 }
 .AnyTagClassName
 {
   color: #73CE52;
 }
</style>

background-color css

<style>
 a { background-color: #73CE52; }

 a { background-color: rgb(115,206,82); }

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

border-color css

<style>
 span { border-color: #73CE52; }

 span { border-color: rgb(115,206,82); }

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