Html Css Color HEX #75D047 Mantis

📋 copy color: '#75D047'

red 117 ◦ green 208 ◦ blue 71

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

Shades of Mantis #75D047

Tints of Mantis #75D047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.93%

R = 29.55%
G = 52.53%
B = 17.93%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#75D047 (or 0x75D047) is known color: Mantis. HEX triplet: 75, D0 and 47. RGB value is (117,208,71). Sum of RGB (Red+Green+Blue) = 117+208+71=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 208 (81.64% from 255 or 52.53% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 208 - color contains mainly: green. Hex color #75D047 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D047 is #8A2FB8. Grayscale: #A5A5A5. Windows color (decimal): -9056185 or 4706421. OLE color: 4706421.

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

Color convert

RGB 117 208 71 -
CMYK 0.44 0 0.66 0.18
HSL 99.85º 0.59% 0.55% -
HSV(B) 99.85º 0.66% 0.82% -
XYZ 31.03 49.35 13.85 -
YUV 165.17 74.85 93.64 -
System Red Green Blue C M Y K H S L
Decimal 117 208 71 0.44 0 0.66 0.18 99.85 0.59 0.55
Hex 75 D0 47 2C 0 42 12 64 3B 37
Octal 165 320 107 54 0 102 22 144 73 67
Binary 1110101 11010000 1000111 101100 0 1000010 10010 1100100 111011 110111

Color Harmonies of #75D047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D047

Black with #75D047

Text Example


Text Example

White with #75D047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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