Html Css Color HEX #75CE56 Mantis

📋 copy color: '#75CE56'

red 117 ◦ green 206 ◦ blue 86

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

Shades of Mantis #75CE56

Tints of Mantis #75CE56

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.37%

 BLUE value IS 86 (33.98% from 255) = 21.03%

R = 28.61%
G = 50.37%
B = 21.03%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#75CE56 (or 0x75CE56) is known color: Mantis. HEX triplet: 75, CE and 56. RGB value is (117,206,86). Sum of RGB (Red+Green+Blue) = 117+206+86=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 206 (80.86% from 255 or 50.37% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CE56 is #8A31A9. Grayscale: #A6A6A6. Windows color (decimal): -9056682 or 5688949. OLE color: 5688949.

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

Color convert

RGB 117 206 86 -
CMYK 0.43 0 0.58 0.19
HSL 104.5º 0.55% 0.57% -
HSV(B) 104.5º 0.58% 0.81% -
XYZ 31.09 48.6 16.55 -
YUV 165.71 83.01 93.26 -
System Red Green Blue C M Y K H S L
Decimal 117 206 86 0.43 0 0.58 0.19 104.5 0.55 0.57
Hex 75 CE 56 2B 0 3A 13 68 37 39
Octal 165 316 126 53 0 72 23 150 67 71
Binary 1110101 11001110 1010110 101011 0 111010 10011 1101000 110111 111001

Color Harmonies of #75CE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CE56

Black with #75CE56

Text Example


Text Example

White with #75CE56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,206,86); }

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

background-color css

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

 a { background-color: rgb(117,206,86); }

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

border-color css

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

 span { border-color: rgb(117,206,86); }

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