Html Css Color HEX #75D062 Mantis

📋 copy color: '#75D062'

red 117 ◦ green 208 ◦ blue 98

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

Shades of Mantis #75D062

Tints of Mantis #75D062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.17%

R = 27.66%
G = 49.17%
B = 23.17%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#75D062 (or 0x75D062) is known color: Mantis. HEX triplet: 75, D0 and 62. RGB value is (117,208,98). Sum of RGB (Red+Green+Blue) = 117+208+98=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #75D062 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D062 is #8A2F9D. Grayscale: #A8A8A8. Windows color (decimal): -9056158 or 6475893. OLE color: 6475893.

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

Color convert

RGB 117 208 98 -
CMYK 0.44 0 0.53 0.18
HSL 109.64º 0.54% 0.6% -
HSV(B) 109.64º 0.53% 0.82% -
XYZ 32.1 49.78 19.47 -
YUV 168.25 88.35 91.44 -
System Red Green Blue C M Y K H S L
Decimal 117 208 98 0.44 0 0.53 0.18 109.64 0.54 0.6
Hex 75 D0 62 2C 0 35 12 6E 36 3C
Octal 165 320 142 54 0 65 22 156 66 74
Binary 1110101 11010000 1100010 101100 0 110101 10010 1101110 110110 111100

Color Harmonies of #75D062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D062

Black with #75D062

Text Example


Text Example

White with #75D062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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