Html Css Color HEX #73CC5F Mantis

📋 copy color: '#73CC5F'

red 115 ◦ green 204 ◦ blue 95

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

Shades of Mantis #73CC5F

Tints of Mantis #73CC5F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.28%

 BLUE value IS 95 (37.5% from 255) = 22.95%

R = 27.78%
G = 49.28%
B = 22.95%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#73CC5F (or 0x73CC5F) is known color: Mantis. HEX triplet: 73, CC and 5F. RGB value is (115,204,95). Sum of RGB (Red+Green+Blue) = 115+204+95=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #73CC5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CC5F is #8C33A0. Grayscale: #A5A5A5. Windows color (decimal): -9188257 or 6278259. OLE color: 6278259.

HSL color Cylindrical-coordinate representation of color #73CC5F: hue angle of 108.99º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73CC5F is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 204 95 -
CMYK 0.44 0 0.53 0.2
HSL 108.99º 0.52% 0.59% -
HSV(B) 108.99º 0.53% 0.8% -
XYZ 30.73 47.66 18.41 -
YUV 164.96 88.51 92.36 -
System Red Green Blue C M Y K H S L
Decimal 115 204 95 0.44 0 0.53 0.2 108.99 0.52 0.59
Hex 73 CC 5F 2C 0 35 14 6D 34 3B
Octal 163 314 137 54 0 65 24 155 64 73
Binary 1110011 11001100 1011111 101100 0 110101 10100 1101101 110100 111011

Color Harmonies of #73CC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CC5F

Black with #73CC5F

Text Example


Text Example

White with #73CC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,204,95); }

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

background-color css

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

 a { background-color: rgb(115,204,95); }

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

border-color css

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

 span { border-color: rgb(115,204,95); }

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