Html Css Color HEX #75CF49 Mantis

📋 copy color: '#75CF49'

red 117 ◦ green 207 ◦ blue 73

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

Shades of Mantis #75CF49

Tints of Mantis #75CF49

RGB

 RED value IS 117 (46.09% from 255) = 29.47%

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

 BLUE value IS 73 (28.91% from 255) = 18.39%

R = 29.47%
G = 52.14%
B = 18.39%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#75CF49 (or 0x75CF49) is known color: Mantis. HEX triplet: 75, CF and 49. RGB value is (117,207,73). Sum of RGB (Red+Green+Blue) = 117+207+73=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CF49 is #8A30B6. Grayscale: #A5A5A5. Windows color (decimal): -9056439 or 4837237. OLE color: 4837237.

HSL color Cylindrical-coordinate representation of color #75CF49: hue angle of 100.3º 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 #75CF49 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 207 73 -
CMYK 0.43 0 0.65 0.19
HSL 100.3º 0.58% 0.55% -
HSV(B) 100.3º 0.65% 0.81% -
XYZ 30.85 48.89 14.11 -
YUV 164.81 76.18 93.9 -
System Red Green Blue C M Y K H S L
Decimal 117 207 73 0.43 0 0.65 0.19 100.3 0.58 0.55
Hex 75 CF 49 2B 0 41 13 64 3A 37
Octal 165 317 111 53 0 101 23 144 72 67
Binary 1110101 11001111 1001001 101011 0 1000001 10011 1100100 111010 110111

Color Harmonies of #75CF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CF49

Black with #75CF49

Text Example


Text Example

White with #75CF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75CF49; }

 p { color: rgb(117,207,73); }

 H1.HeaderClassName
 {
   color: #75CF49;
 }
 .AnyTagClassName
 {
   color: #75CF49;
 }
</style>

background-color css

<style>
 a { background-color: #75CF49; }

 a { background-color: rgb(117,207,73); }

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

border-color css

<style>
 span { border-color: #75CF49; }

 span { border-color: rgb(117,207,73); }

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