Html Css Color HEX #75BB5E Mantis

📋 copy color: '#75BB5E'

red 117 ◦ green 187 ◦ blue 94

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

Shades of Mantis #75BB5E

Tints of Mantis #75BB5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.62%

R = 29.4%
G = 46.98%
B = 23.62%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#75BB5E (or 0x75BB5E) is known color: Mantis. HEX triplet: 75, BB and 5E. RGB value is (117,187,94). Sum of RGB (Red+Green+Blue) = 117+187+94=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BB5E is #8A44A1. Grayscale: #9B9B9B. Windows color (decimal): -9061538 or 6208373. OLE color: 6208373.

HSL color Cylindrical-coordinate representation of color #75BB5E: hue angle of 105.16º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75BB5E is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 187 94 -
CMYK 0.37 0 0.50 0.27
HSL 105.16º 0.41% 0.55% -
HSV(B) 105.16º 0.5% 0.73% -
XYZ 27.13 40.13 16.91 -
YUV 155.47 93.31 100.56 -
System Red Green Blue C M Y K H S L
Decimal 117 187 94 0.37 0 0.50 0.27 105.16 0.41 0.55
Hex 75 BB 5E 25 0 32 1B 69 29 37
Octal 165 273 136 45 0 62 33 151 51 67
Binary 1110101 10111011 1011110 100101 0 110010 11011 1101001 101001 110111

Color Harmonies of #75BB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BB5E

Black with #75BB5E

Text Example


Text Example

White with #75BB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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