Html Css Color HEX #75D249 Mantis

📋 copy color: '#75D249'

red 117 ◦ green 210 ◦ blue 73

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

Shades of Mantis #75D249

Tints of Mantis #75D249

RGB

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

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

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

R = 29.25%
G = 52.5%
B = 18.25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#75D249 (or 0x75D249) is known color: Mantis. HEX triplet: 75, D2 and 49. RGB value is (117,210,73). Sum of RGB (Red+Green+Blue) = 117+210+73=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 210 (82.42% from 255 or 52.5% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 210 - color contains mainly: green. Hex color #75D249 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D249 is #8A2DB6. Grayscale: #A7A7A7. Windows color (decimal): -9055671 or 4838005. OLE color: 4838005.

HSL color Cylindrical-coordinate representation of color #75D249: hue angle of 100.73º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75D249 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 210 73 -
CMYK 0.44 0 0.65 0.18
HSL 100.73º 0.6% 0.55% -
HSV(B) 100.73º 0.65% 0.82% -
XYZ 31.59 50.36 14.36 -
YUV 166.58 75.19 92.64 -
System Red Green Blue C M Y K H S L
Decimal 117 210 73 0.44 0 0.65 0.18 100.73 0.6 0.55
Hex 75 D2 49 2C 0 41 12 65 3C 37
Octal 165 322 111 54 0 101 22 145 74 67
Binary 1110101 11010010 1001001 101100 0 1000001 10010 1100101 111100 110111

Color Harmonies of #75D249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D249

Black with #75D249

Text Example


Text Example

White with #75D249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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