Html Css Color HEX #75DC51 Mantis

📋 copy color: '#75DC51'

red 117 ◦ green 220 ◦ blue 81

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

Shades of Mantis #75DC51

Tints of Mantis #75DC51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.38%

R = 27.99%
G = 52.63%
B = 19.38%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#75DC51 (or 0x75DC51) is known color: Mantis. HEX triplet: 75, DC and 51. RGB value is (117,220,81). Sum of RGB (Red+Green+Blue) = 117+220+81=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC51 is #8A23AE. Grayscale: #ADADAD. Windows color (decimal): -9053103 or 5364853. OLE color: 5364853.

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

Color convert

RGB 117 220 81 -
CMYK 0.47 0 0.63 0.14
HSL 104.46º 0.67% 0.59% -
HSV(B) 104.46º 0.63% 0.86% -
XYZ 34.41 55.56 16.7 -
YUV 173.36 75.88 87.8 -
System Red Green Blue C M Y K H S L
Decimal 117 220 81 0.47 0 0.63 0.14 104.46 0.67 0.59
Hex 75 DC 51 2F 0 3F E 68 43 3B
Octal 165 334 121 57 0 77 16 150 103 73
Binary 1110101 11011100 1010001 101111 0 111111 1110 1101000 1000011 111011

Color Harmonies of #75DC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC51

Black with #75DC51

Text Example


Text Example

White with #75DC51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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