Html Css Color HEX #75D54E Mantis

📋 copy color: '#75D54E'

red 117 ◦ green 213 ◦ blue 78

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

Shades of Mantis #75D54E

Tints of Mantis #75D54E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.21%

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

R = 28.68%
G = 52.21%
B = 19.12%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#75D54E (or 0x75D54E) is known color: Mantis. HEX triplet: 75, D5 and 4E. RGB value is (117,213,78). Sum of RGB (Red+Green+Blue) = 117+213+78=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 213 (83.59% from 255 or 52.21% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 213 - color contains mainly: green. Hex color #75D54E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D54E is #8A2AB1. Grayscale: #A9A9A9. Windows color (decimal): -9054898 or 5166453. OLE color: 5166453.

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

Color convert

RGB 117 213 78 -
CMYK 0.45 0 0.63 0.16
HSL 102.67º 0.62% 0.57% -
HSV(B) 102.67º 0.63% 0.84% -
XYZ 32.51 51.92 15.52 -
YUV 168.91 76.7 90.98 -
System Red Green Blue C M Y K H S L
Decimal 117 213 78 0.45 0 0.63 0.16 102.67 0.62 0.57
Hex 75 D5 4E 2D 0 3F 10 67 3E 39
Octal 165 325 116 55 0 77 20 147 76 71
Binary 1110101 11010101 1001110 101101 0 111111 10000 1100111 111110 111001

Color Harmonies of #75D54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D54E

Black with #75D54E

Text Example


Text Example

White with #75D54E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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