Html Css Color HEX #75DC5B Mantis

📋 copy color: '#75DC5B'

red 117 ◦ green 220 ◦ blue 91

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

Shades of Mantis #75DC5B

Tints of Mantis #75DC5B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.4%

 BLUE value IS 91 (35.94% from 255) = 21.26%

R = 27.34%
G = 51.4%
B = 21.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#75DC5B (or 0x75DC5B) is known color: Mantis. HEX triplet: 75, DC and 5B. RGB value is (117,220,91). Sum of RGB (Red+Green+Blue) = 117+220+91=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC5B is #8A23A4. Grayscale: #AEAEAE. Windows color (decimal): -9053093 or 6020213. OLE color: 6020213.

HSL color Cylindrical-coordinate representation of color #75DC5B: hue angle of 107.91º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75DC5B is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 91 -
CMYK 0.47 0 0.59 0.14
HSL 107.91º 0.65% 0.61% -
HSV(B) 107.91º 0.59% 0.86% -
XYZ 34.82 55.72 18.82 -
YUV 174.5 80.88 86.99 -
System Red Green Blue C M Y K H S L
Decimal 117 220 91 0.47 0 0.59 0.14 107.91 0.65 0.61
Hex 75 DC 5B 2F 0 3B E 6C 41 3D
Octal 165 334 133 57 0 73 16 154 101 75
Binary 1110101 11011100 1011011 101111 0 111011 1110 1101100 1000001 111101

Color Harmonies of #75DC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC5B

Black with #75DC5B

Text Example


Text Example

White with #75DC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,220,91); }

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

background-color css

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

 a { background-color: rgb(117,220,91); }

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

border-color css

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

 span { border-color: rgb(117,220,91); }

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