Html Css Color HEX #75B952 Mantis

📋 copy color: '#75B952'

red 117 ◦ green 185 ◦ blue 82

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

Shades of Mantis #75B952

Tints of Mantis #75B952

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.18%

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

R = 30.47%
G = 48.18%
B = 21.35%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#75B952 (or 0x75B952) is known color: Mantis. HEX triplet: 75, B9 and 52. RGB value is (117,185,82). Sum of RGB (Red+Green+Blue) = 117+185+82=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #75B952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B952 is #8A46AD. Grayscale: #999999. Windows color (decimal): -9062062 or 5421429. OLE color: 5421429.

HSL color Cylindrical-coordinate representation of color #75B952: hue angle of 99.61º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75B952 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 185 82 -
CMYK 0.37 0 0.56 0.27
HSL 99.61º 0.42% 0.52% -
HSV(B) 99.61º 0.56% 0.73% -
XYZ 26.21 39.09 14.15 -
YUV 152.93 87.97 102.38 -
System Red Green Blue C M Y K H S L
Decimal 117 185 82 0.37 0 0.56 0.27 99.61 0.42 0.52
Hex 75 B9 52 25 0 38 1B 64 2A 34
Octal 165 271 122 45 0 70 33 144 52 64
Binary 1110101 10111001 1010010 100101 0 111000 11011 1100100 101010 110100

Color Harmonies of #75B952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B952

Black with #75B952

Text Example


Text Example

White with #75B952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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