Html Css Color HEX #75D752 Mantis

📋 copy color: '#75D752'

red 117 ◦ green 215 ◦ blue 82

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

Shades of Mantis #75D752

Tints of Mantis #75D752

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.93%

 BLUE value IS 82 (32.42% from 255) = 19.81%

R = 28.26%
G = 51.93%
B = 19.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#75D752 (or 0x75D752) is known color: Mantis. HEX triplet: 75, D7 and 52. RGB value is (117,215,82). Sum of RGB (Red+Green+Blue) = 117+215+82=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 215 (84.38% from 255 or 51.93% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 215 - color contains mainly: green. Hex color #75D752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D752 is #8A28AD. Grayscale: #AAAAAA. Windows color (decimal): -9054382 or 5429109. OLE color: 5429109.

HSL color Cylindrical-coordinate representation of color #75D752: hue angle of 104.21º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75D752 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 215 82 -
CMYK 0.46 0 0.62 0.16
HSL 104.21º 0.62% 0.58% -
HSV(B) 104.21º 0.62% 0.84% -
XYZ 33.16 52.99 16.46 -
YUV 170.54 78.03 89.81 -
System Red Green Blue C M Y K H S L
Decimal 117 215 82 0.46 0 0.62 0.16 104.21 0.62 0.58
Hex 75 D7 52 2E 0 3E 10 68 3E 3A
Octal 165 327 122 56 0 76 20 150 76 72
Binary 1110101 11010111 1010010 101110 0 111110 10000 1101000 111110 111010

Color Harmonies of #75D752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D752

Black with #75D752

Text Example


Text Example

White with #75D752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,215,82); }

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

background-color css

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

 a { background-color: rgb(117,215,82); }

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

border-color css

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

 span { border-color: rgb(117,215,82); }

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