Html Css Color HEX #73D25D Mantis

📋 copy color: '#73D25D'

red 115 ◦ green 210 ◦ blue 93

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

Shades of Mantis #73D25D

Tints of Mantis #73D25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.24%

 BLUE value IS 93 (36.72% from 255) = 22.25%

R = 27.51%
G = 50.24%
B = 22.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#73D25D (or 0x73D25D) is known color: Mantis. HEX triplet: 73, D2 and 5D. RGB value is (115,210,93). Sum of RGB (Red+Green+Blue) = 115+210+93=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 210 (82.42% from 255 or 50.24% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 210 - color contains mainly: green. Hex color #73D25D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D25D is #8C2DA2. Grayscale: #A8A8A8. Windows color (decimal): -9186723 or 6148723. OLE color: 6148723.

HSL color Cylindrical-coordinate representation of color #73D25D: hue angle of 108.72º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73D25D is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 210 93 -
CMYK 0.45 0 0.56 0.18
HSL 108.72º 0.57% 0.59% -
HSV(B) 108.72º 0.56% 0.82% -
XYZ 32.09 50.53 18.42 -
YUV 168.26 85.53 90.01 -
System Red Green Blue C M Y K H S L
Decimal 115 210 93 0.45 0 0.56 0.18 108.72 0.57 0.59
Hex 73 D2 5D 2D 0 38 12 6D 39 3B
Octal 163 322 135 55 0 70 22 155 71 73
Binary 1110011 11010010 1011101 101101 0 111000 10010 1101101 111001 111011

Color Harmonies of #73D25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D25D

Black with #73D25D

Text Example


Text Example

White with #73D25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,210,93); }

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

background-color css

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

 a { background-color: rgb(115,210,93); }

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

border-color css

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

 span { border-color: rgb(115,210,93); }

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