Html Css Color HEX #75BB53 Mantis

📋 copy color: '#75BB53'

red 117 ◦ green 187 ◦ blue 83

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

Shades of Mantis #75BB53

Tints of Mantis #75BB53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.45%

R = 30.23%
G = 48.32%
B = 21.45%

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

#75BB53 (or 0x75BB53) is known color: Mantis. HEX triplet: 75, BB and 53. RGB value is (117,187,83). Sum of RGB (Red+Green+Blue) = 117+187+83=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BB53 is #8A44AC. Grayscale: #9A9A9A. Windows color (decimal): -9061549 or 5487477. OLE color: 5487477.

HSL color Cylindrical-coordinate representation of color #75BB53: hue angle of 100.38º degrees, saturation: 0.43, 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 #75BB53 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 187 83 -
CMYK 0.37 0 0.56 0.27
HSL 100.38º 0.43% 0.53% -
HSV(B) 100.38º 0.56% 0.73% -
XYZ 26.67 39.95 14.49 -
YUV 154.21 87.81 101.46 -
System Red Green Blue C M Y K H S L
Decimal 117 187 83 0.37 0 0.56 0.27 100.38 0.43 0.53
Hex 75 BB 53 25 0 38 1B 64 2B 35
Octal 165 273 123 45 0 70 33 144 53 65
Binary 1110101 10111011 1010011 100101 0 111000 11011 1100100 101011 110101

Color Harmonies of #75BB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BB53

Black with #75BB53

Text Example


Text Example

White with #75BB53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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