Html Css Color HEX #75D351 Mantis

📋 copy color: '#75D351'

red 117 ◦ green 211 ◦ blue 81

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

Shades of Mantis #75D351

Tints of Mantis #75D351

RGB

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

 GREEN value IS 211 (82.81% from 255) = 51.59%

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

R = 28.61%
G = 51.59%
B = 19.8%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#75D351 (or 0x75D351) is known color: Mantis. HEX triplet: 75, D3 and 51. RGB value is (117,211,81). Sum of RGB (Red+Green+Blue) = 117+211+81=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #75D351 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D351 is #8A2CAE. Grayscale: #A8A8A8. Windows color (decimal): -9055407 or 5362549. OLE color: 5362549.

HSL color Cylindrical-coordinate representation of color #75D351: hue angle of 103.38º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75D351 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 211 81 -
CMYK 0.45 0 0.62 0.17
HSL 103.38º 0.6% 0.57% -
HSV(B) 103.38º 0.62% 0.83% -
XYZ 32.12 50.96 15.93 -
YUV 168.07 78.86 91.57 -
System Red Green Blue C M Y K H S L
Decimal 117 211 81 0.45 0 0.62 0.17 103.38 0.6 0.57
Hex 75 D3 51 2D 0 3E 11 67 3C 39
Octal 165 323 121 55 0 76 21 147 74 71
Binary 1110101 11010011 1010001 101101 0 111110 10001 1100111 111100 111001

Color Harmonies of #75D351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D351

Black with #75D351

Text Example


Text Example

White with #75D351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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