Html Css Color HEX #75DD51 Mantis

📋 copy color: '#75DD51'

red 117 ◦ green 221 ◦ blue 81

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

Shades of Mantis #75DD51

Tints of Mantis #75DD51

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.74%

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

R = 27.92%
G = 52.74%
B = 19.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#75DD51 (or 0x75DD51) is known color: Mantis. HEX triplet: 75, DD and 51. RGB value is (117,221,81). Sum of RGB (Red+Green+Blue) = 117+221+81=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DD51 is #8A22AE. Grayscale: #AEAEAE. Windows color (decimal): -9052847 or 5365109. OLE color: 5365109.

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

Color convert

RGB 117 221 81 -
CMYK 0.47 0 0.63 0.13
HSL 104.57º 0.67% 0.59% -
HSV(B) 104.57º 0.63% 0.87% -
XYZ 34.68 56.09 16.78 -
YUV 173.94 75.54 87.38 -
System Red Green Blue C M Y K H S L
Decimal 117 221 81 0.47 0 0.63 0.13 104.57 0.67 0.59
Hex 75 DD 51 2F 0 3F D 69 43 3B
Octal 165 335 121 57 0 77 15 151 103 73
Binary 1110101 11011101 1010001 101111 0 111111 1101 1101001 1000011 111011

Color Harmonies of #75DD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DD51

Black with #75DD51

Text Example


Text Example

White with #75DD51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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