Html Css Color HEX #75D043 Mantis

📋 copy color: '#75D043'

red 117 ◦ green 208 ◦ blue 67

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

Shades of Mantis #75D043

Tints of Mantis #75D043

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.06%

 BLUE value IS 67 (26.56% from 255) = 17.09%

R = 29.85%
G = 53.06%
B = 17.09%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#75D043 (or 0x75D043) is known color: Mantis. HEX triplet: 75, D0 and 43. RGB value is (117,208,67). Sum of RGB (Red+Green+Blue) = 117+208+67=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 208 (81.64% from 255 or 53.06% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 208 - color contains mainly: green. Hex color #75D043 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D043 is #8A2FBC. Grayscale: #A5A5A5. Windows color (decimal): -9056189 or 4444277. OLE color: 4444277.

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

Color convert

RGB 117 208 67 -
CMYK 0.44 0 0.68 0.18
HSL 98.72º 0.6% 0.54% -
HSV(B) 98.72º 0.68% 0.82% -
XYZ 30.91 49.3 13.2 -
YUV 164.72 72.85 93.96 -
System Red Green Blue C M Y K H S L
Decimal 117 208 67 0.44 0 0.68 0.18 98.72 0.6 0.54
Hex 75 D0 43 2C 0 44 12 63 3C 36
Octal 165 320 103 54 0 104 22 143 74 66
Binary 1110101 11010000 1000011 101100 0 1000100 10010 1100011 111100 110110

Color Harmonies of #75D043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D043

Black with #75D043

Text Example


Text Example

White with #75D043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,208,67); }

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

background-color css

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

 a { background-color: rgb(117,208,67); }

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

border-color css

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

 span { border-color: rgb(117,208,67); }

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