Html Css Color HEX #75D251 Mantis

📋 copy color: '#75D251'

red 117 ◦ green 210 ◦ blue 81

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

Shades of Mantis #75D251

Tints of Mantis #75D251

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.47%

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

R = 28.68%
G = 51.47%
B = 19.85%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#75D251 (or 0x75D251) is known color: Mantis. HEX triplet: 75, D2 and 51. RGB value is (117,210,81). Sum of RGB (Red+Green+Blue) = 117+210+81=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 210 (82.42% from 255 or 51.47% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 210 - color contains mainly: green. Hex color #75D251 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D251 is #8A2DAE. Grayscale: #A7A7A7. Windows color (decimal): -9055663 or 5362293. OLE color: 5362293.

HSL color Cylindrical-coordinate representation of color #75D251: hue angle of 103.26º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75D251 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 210 81 -
CMYK 0.44 0 0.61 0.18
HSL 103.26º 0.59% 0.57% -
HSV(B) 103.26º 0.61% 0.82% -
XYZ 31.87 50.47 15.85 -
YUV 167.49 79.19 91.99 -
System Red Green Blue C M Y K H S L
Decimal 117 210 81 0.44 0 0.61 0.18 103.26 0.59 0.57
Hex 75 D2 51 2C 0 3D 12 67 3B 39
Octal 165 322 121 54 0 75 22 147 73 71
Binary 1110101 11010010 1010001 101100 0 111101 10010 1100111 111011 111001

Color Harmonies of #75D251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D251

Black with #75D251

Text Example


Text Example

White with #75D251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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