Html Css Color HEX #75CC5E Mantis

📋 copy color: '#75CC5E'

red 117 ◦ green 204 ◦ blue 94

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

Shades of Mantis #75CC5E

Tints of Mantis #75CC5E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.16%

 BLUE value IS 94 (37.11% from 255) = 22.65%

R = 28.19%
G = 49.16%
B = 22.65%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#75CC5E (or 0x75CC5E) is known color: Mantis. HEX triplet: 75, CC and 5E. RGB value is (117,204,94). Sum of RGB (Red+Green+Blue) = 117+204+94=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CC5E is #8A33A1. Grayscale: #A5A5A5. Windows color (decimal): -9057186 or 6212725. OLE color: 6212725.

HSL color Cylindrical-coordinate representation of color #75CC5E: hue angle of 107.45º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75CC5E is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 204 94 -
CMYK 0.43 0 0.54 0.2
HSL 107.45º 0.52% 0.58% -
HSV(B) 107.45º 0.54% 0.8% -
XYZ 30.95 47.78 18.18 -
YUV 165.45 87.68 93.44 -
System Red Green Blue C M Y K H S L
Decimal 117 204 94 0.43 0 0.54 0.2 107.45 0.52 0.58
Hex 75 CC 5E 2B 0 36 14 6B 34 3A
Octal 165 314 136 53 0 66 24 153 64 72
Binary 1110101 11001100 1011110 101011 0 110110 10100 1101011 110100 111010

Color Harmonies of #75CC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CC5E

Black with #75CC5E

Text Example


Text Example

White with #75CC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,204,94); }

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

background-color css

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

 a { background-color: rgb(117,204,94); }

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

border-color css

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

 span { border-color: rgb(117,204,94); }

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