Html Css Color HEX #75CC58 Mantis

📋 copy color: '#75CC58'

red 117 ◦ green 204 ◦ blue 88

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

Shades of Mantis #75CC58

Tints of Mantis #75CC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.52%

R = 28.61%
G = 49.88%
B = 21.52%

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

#75CC58 (or 0x75CC58) is known color: Mantis. HEX triplet: 75, CC and 58. RGB value is (117,204,88). Sum of RGB (Red+Green+Blue) = 117+204+88=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CC58 is #8A33A7. Grayscale: #A5A5A5. Windows color (decimal): -9057192 or 5819509. OLE color: 5819509.

HSL color Cylindrical-coordinate representation of color #75CC58: hue angle of 105º 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 #75CC58 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 204 88 -
CMYK 0.43 0 0.57 0.2
HSL 105º 0.53% 0.57% -
HSV(B) 105º 0.57% 0.8% -
XYZ 30.69 47.67 16.82 -
YUV 164.76 84.68 93.93 -
System Red Green Blue C M Y K H S L
Decimal 117 204 88 0.43 0 0.57 0.2 105 0.53 0.57
Hex 75 CC 58 2B 0 39 14 69 35 39
Octal 165 314 130 53 0 71 24 151 65 71
Binary 1110101 11001100 1011000 101011 0 111001 10100 1101001 110101 111001

Color Harmonies of #75CC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CC58

Black with #75CC58

Text Example


Text Example

White with #75CC58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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