Html Css Color HEX #75D74E Mantis

📋 copy color: '#75D74E'

red 117 ◦ green 215 ◦ blue 78

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

Shades of Mantis #75D74E

Tints of Mantis #75D74E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.02%

R = 28.54%
G = 52.44%
B = 19.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#75D74E (or 0x75D74E) is known color: Mantis. HEX triplet: 75, D7 and 4E. RGB value is (117,215,78). Sum of RGB (Red+Green+Blue) = 117+215+78=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 215 (84.38% from 255 or 52.44% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 215 - color contains mainly: green. Hex color #75D74E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D74E is #8A28B1. Grayscale: #AAAAAA. Windows color (decimal): -9054386 or 5166965. OLE color: 5166965.

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

Color convert

RGB 117 215 78 -
CMYK 0.46 0 0.64 0.16
HSL 102.92º 0.63% 0.57% -
HSV(B) 102.92º 0.64% 0.84% -
XYZ 33.01 52.93 15.68 -
YUV 170.08 76.03 90.14 -
System Red Green Blue C M Y K H S L
Decimal 117 215 78 0.46 0 0.64 0.16 102.92 0.63 0.57
Hex 75 D7 4E 2E 0 40 10 67 3F 39
Octal 165 327 116 56 0 100 20 147 77 71
Binary 1110101 11010111 1001110 101110 0 1000000 10000 1100111 111111 111001

Color Harmonies of #75D74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D74E

Black with #75D74E

Text Example


Text Example

White with #75D74E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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