Html Css Color HEX #75CC5B Mantis

📋 copy color: '#75CC5B'

red 117 ◦ green 204 ◦ blue 91

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

Shades of Mantis #75CC5B

Tints of Mantis #75CC5B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.51%

 BLUE value IS 91 (35.94% from 255) = 22.09%

R = 28.4%
G = 49.51%
B = 22.09%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#75CC5B (or 0x75CC5B) is known color: Mantis. HEX triplet: 75, CC and 5B. RGB value is (117,204,91). Sum of RGB (Red+Green+Blue) = 117+204+91=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CC5B is #8A33A4. Grayscale: #A5A5A5. Windows color (decimal): -9057189 or 6016117. OLE color: 6016117.

HSL color Cylindrical-coordinate representation of color #75CC5B: hue angle of 106.19º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75CC5B is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 204 91 -
CMYK 0.43 0 0.55 0.2
HSL 106.19º 0.53% 0.58% -
HSV(B) 106.19º 0.55% 0.8% -
XYZ 30.82 47.72 17.48 -
YUV 165.11 86.18 93.69 -
System Red Green Blue C M Y K H S L
Decimal 117 204 91 0.43 0 0.55 0.2 106.19 0.53 0.58
Hex 75 CC 5B 2B 0 37 14 6A 35 3A
Octal 165 314 133 53 0 67 24 152 65 72
Binary 1110101 11001100 1011011 101011 0 110111 10100 1101010 110101 111010

Color Harmonies of #75CC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CC5B

Black with #75CC5B

Text Example


Text Example

White with #75CC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,204,91); }

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

background-color css

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

 a { background-color: rgb(117,204,91); }

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

border-color css

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

 span { border-color: rgb(117,204,91); }

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