Html Css Color HEX #75D756 Mantis

📋 copy color: '#75D756'

red 117 ◦ green 215 ◦ blue 86

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

Shades of Mantis #75D756

Tints of Mantis #75D756

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.44%

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

R = 27.99%
G = 51.44%
B = 20.57%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#75D756 (or 0x75D756) is known color: Mantis. HEX triplet: 75, D7 and 56. RGB value is (117,215,86). Sum of RGB (Red+Green+Blue) = 117+215+86=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 215 (84.38% from 255 or 51.44% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 215 - color contains mainly: green. Hex color #75D756 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D756 is #8A28A9. Grayscale: #ABABAB. Windows color (decimal): -9054378 or 5691253. OLE color: 5691253.

HSL color Cylindrical-coordinate representation of color #75D756: hue angle of 105.58º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75D756 is Cyan = 0.46, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 215 86 -
CMYK 0.46 0 0.6 0.16
HSL 105.58º 0.62% 0.59% -
HSV(B) 105.58º 0.6% 0.84% -
XYZ 33.32 53.05 17.29 -
YUV 170.99 80.03 89.49 -
System Red Green Blue C M Y K H S L
Decimal 117 215 86 0.46 0 0.6 0.16 105.58 0.62 0.59
Hex 75 D7 56 2E 0 3C 10 6A 3E 3B
Octal 165 327 126 56 0 74 20 152 76 73
Binary 1110101 11010111 1010110 101110 0 111100 10000 1101010 111110 111011

Color Harmonies of #75D756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D756

Black with #75D756

Text Example


Text Example

White with #75D756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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