Html Css Color HEX #75BB52 Mantis

📋 copy color: '#75BB52'

red 117 ◦ green 187 ◦ blue 82

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

Shades of Mantis #75BB52

Tints of Mantis #75BB52

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.45%

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

R = 30.31%
G = 48.45%
B = 21.24%

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

#75BB52 (or 0x75BB52) is known color: Mantis. HEX triplet: 75, BB and 52. RGB value is (117,187,82). Sum of RGB (Red+Green+Blue) = 117+187+82=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BB52 is #8A44AD. Grayscale: #9A9A9A. Windows color (decimal): -9061550 or 5421941. OLE color: 5421941.

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

Color convert

RGB 117 187 82 -
CMYK 0.37 0 0.56 0.27
HSL 100º 0.44% 0.53% -
HSV(B) 100º 0.56% 0.73% -
XYZ 26.63 39.93 14.29 -
YUV 154.1 87.31 101.54 -
System Red Green Blue C M Y K H S L
Decimal 117 187 82 0.37 0 0.56 0.27 100 0.44 0.53
Hex 75 BB 52 25 0 38 1B 64 2C 35
Octal 165 273 122 45 0 70 33 144 54 65
Binary 1110101 10111011 1010010 100101 0 111000 11011 1100100 101100 110101

Color Harmonies of #75BB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BB52

Black with #75BB52

Text Example


Text Example

White with #75BB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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