Html Css Color HEX #75CC5D Mantis

📋 copy color: '#75CC5D'

red 117 ◦ green 204 ◦ blue 93

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

Shades of Mantis #75CC5D

Tints of Mantis #75CC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.46%

R = 28.26%
G = 49.28%
B = 22.46%

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

#75CC5D (or 0x75CC5D) is known color: Mantis. HEX triplet: 75, CC and 5D. RGB value is (117,204,93). Sum of RGB (Red+Green+Blue) = 117+204+93=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CC5D is #8A33A2. Grayscale: #A5A5A5. Windows color (decimal): -9057187 or 6147189. OLE color: 6147189.

HSL color Cylindrical-coordinate representation of color #75CC5D: hue angle of 107.03º 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 #75CC5D is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 204 93 -
CMYK 0.43 0 0.54 0.2
HSL 107.03º 0.52% 0.58% -
HSV(B) 107.03º 0.54% 0.8% -
XYZ 30.9 47.76 17.95 -
YUV 165.33 87.18 93.53 -
System Red Green Blue C M Y K H S L
Decimal 117 204 93 0.43 0 0.54 0.2 107.03 0.52 0.58
Hex 75 CC 5D 2B 0 36 14 6B 34 3A
Octal 165 314 135 53 0 66 24 153 64 72
Binary 1110101 11001100 1011101 101011 0 110110 10100 1101011 110100 111010

Color Harmonies of #75CC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CC5D

Black with #75CC5D

Text Example


Text Example

White with #75CC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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