Html Css Color HEX #75C858 Mantis

📋 copy color: '#75C858'

red 117 ◦ green 200 ◦ blue 88

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

Shades of Mantis #75C858

Tints of Mantis #75C858

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.38%

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

R = 28.89%
G = 49.38%
B = 21.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#75C858 (or 0x75C858) is known color: Mantis. HEX triplet: 75, C8 and 58. RGB value is (117,200,88). Sum of RGB (Red+Green+Blue) = 117+200+88=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 200 (78.52% from 255 or 49.38% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 200 - color contains mainly: green. Hex color #75C858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C858 is #8A37A7. Grayscale: #A2A2A2. Windows color (decimal): -9058216 or 5818485. OLE color: 5818485.

HSL color Cylindrical-coordinate representation of color #75C858: hue angle of 104.46º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75C858 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 200 88 -
CMYK 0.42 0 0.56 0.22
HSL 104.46º 0.5% 0.56% -
HSV(B) 104.46º 0.56% 0.78% -
XYZ 29.75 45.8 16.5 -
YUV 162.42 86 95.61 -
System Red Green Blue C M Y K H S L
Decimal 117 200 88 0.42 0 0.56 0.22 104.46 0.5 0.56
Hex 75 C8 58 2A 0 38 16 68 32 38
Octal 165 310 130 52 0 70 26 150 62 70
Binary 1110101 11001000 1011000 101010 0 111000 10110 1101000 110010 111000

Color Harmonies of #75C858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C858

Black with #75C858

Text Example


Text Example

White with #75C858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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