Html Css Color HEX #75CC57 Mantis

📋 copy color: '#75CC57'

red 117 ◦ green 204 ◦ blue 87

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

Shades of Mantis #75CC57

Tints of Mantis #75CC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.32%

R = 28.68%
G = 50%
B = 21.32%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#75CC57 (or 0x75CC57) is known color: Mantis. HEX triplet: 75, CC and 57. RGB value is (117,204,87). Sum of RGB (Red+Green+Blue) = 117+204+87=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CC57 is #8A33A8. Grayscale: #A5A5A5. Windows color (decimal): -9057193 or 5753973. OLE color: 5753973.

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

Color convert

RGB 117 204 87 -
CMYK 0.43 0 0.57 0.2
HSL 104.62º 0.53% 0.57% -
HSV(B) 104.62º 0.57% 0.8% -
XYZ 30.65 47.66 16.6 -
YUV 164.65 84.18 94.01 -
System Red Green Blue C M Y K H S L
Decimal 117 204 87 0.43 0 0.57 0.2 104.62 0.53 0.57
Hex 75 CC 57 2B 0 39 14 69 35 39
Octal 165 314 127 53 0 71 24 151 65 71
Binary 1110101 11001100 1010111 101011 0 111001 10100 1101001 110101 111001

Color Harmonies of #75CC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CC57

Black with #75CC57

Text Example


Text Example

White with #75CC57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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