Html Css Color HEX #73CF4A Mantis

📋 copy color: '#73CF4A'

red 115 ◦ green 207 ◦ blue 74

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

Shades of Mantis #73CF4A

Tints of Mantis #73CF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.69%

R = 29.04%
G = 52.27%
B = 18.69%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#73CF4A (or 0x73CF4A) is known color: Mantis. HEX triplet: 73, CF and 4A. RGB value is (115,207,74). Sum of RGB (Red+Green+Blue) = 115+207+74=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #73CF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CF4A is #8C30B5. Grayscale: #A4A4A4. Windows color (decimal): -9187510 or 4902771. OLE color: 4902771.

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

Color convert

RGB 115 207 74 -
CMYK 0.44 0 0.64 0.19
HSL 101.5º 0.58% 0.55% -
HSV(B) 101.5º 0.64% 0.81% -
XYZ 30.62 48.76 14.28 -
YUV 164.33 77.02 92.81 -
System Red Green Blue C M Y K H S L
Decimal 115 207 74 0.44 0 0.64 0.19 101.5 0.58 0.55
Hex 73 CF 4A 2C 0 40 13 66 3A 37
Octal 163 317 112 54 0 100 23 146 72 67
Binary 1110011 11001111 1001010 101100 0 1000000 10011 1100110 111010 110111

Color Harmonies of #73CF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CF4A

Black with #73CF4A

Text Example


Text Example

White with #73CF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,207,74); }

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

background-color css

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

 a { background-color: rgb(115,207,74); }

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

border-color css

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

 span { border-color: rgb(115,207,74); }

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