Html Css Color HEX #75C04E Mantis

📋 copy color: '#75C04E'

red 117 ◦ green 192 ◦ blue 78

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

Shades of Mantis #75C04E

Tints of Mantis #75C04E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.61%

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

R = 30.23%
G = 49.61%
B = 20.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#75C04E (or 0x75C04E) is known color: Mantis. HEX triplet: 75, C0 and 4E. RGB value is (117,192,78). Sum of RGB (Red+Green+Blue) = 117+192+78=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #75C04E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C04E is #8A3FB1. Grayscale: #9C9C9C. Windows color (decimal): -9060274 or 5161077. OLE color: 5161077.

HSL color Cylindrical-coordinate representation of color #75C04E: hue angle of 99.47º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75C04E is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 192 78 -
CMYK 0.39 0 0.59 0.25
HSL 99.47º 0.48% 0.53% -
HSV(B) 99.47º 0.59% 0.75% -
XYZ 27.56 42.03 13.87 -
YUV 156.58 83.65 99.77 -
System Red Green Blue C M Y K H S L
Decimal 117 192 78 0.39 0 0.59 0.25 99.47 0.48 0.53
Hex 75 C0 4E 27 0 3B 19 63 30 35
Octal 165 300 116 47 0 73 31 143 60 65
Binary 1110101 11000000 1001110 100111 0 111011 11001 1100011 110000 110101

Color Harmonies of #75C04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C04E

Black with #75C04E

Text Example


Text Example

White with #75C04E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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