Html Css Color HEX #75CB5E Mantis

📋 copy color: '#75CB5E'

red 117 ◦ green 203 ◦ blue 94

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

Shades of Mantis #75CB5E

Tints of Mantis #75CB5E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.03%

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

R = 28.26%
G = 49.03%
B = 22.71%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#75CB5E (or 0x75CB5E) is known color: Mantis. HEX triplet: 75, CB and 5E. RGB value is (117,203,94). Sum of RGB (Red+Green+Blue) = 117+203+94=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CB5E is #8A34A1. Grayscale: #A5A5A5. Windows color (decimal): -9057442 or 6212469. OLE color: 6212469.

HSL color Cylindrical-coordinate representation of color #75CB5E: hue angle of 107.34º degrees, saturation: 0.51, 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 #75CB5E is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 203 94 -
CMYK 0.42 0 0.54 0.20
HSL 107.34º 0.51% 0.58% -
HSV(B) 107.34º 0.54% 0.8% -
XYZ 30.71 47.3 18.1 -
YUV 164.86 88.01 93.86 -
System Red Green Blue C M Y K H S L
Decimal 117 203 94 0.42 0 0.54 0.20 107.34 0.51 0.58
Hex 75 CB 5E 2A 0 36 14 6B 33 3A
Octal 165 313 136 52 0 66 24 153 63 72
Binary 1110101 11001011 1011110 101010 0 110110 10100 1101011 110011 111010

Color Harmonies of #75CB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CB5E

Black with #75CB5E

Text Example


Text Example

White with #75CB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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