Html Css Color HEX #75BF51 Mantis

📋 copy color: '#75BF51'

red 117 ◦ green 191 ◦ blue 81

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

Shades of Mantis #75BF51

Tints of Mantis #75BF51

RGB

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

 GREEN value IS 191 (75% from 255) = 49.1%

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

R = 30.08%
G = 49.1%
B = 20.82%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#75BF51 (or 0x75BF51) is known color: Mantis. HEX triplet: 75, BF and 51. RGB value is (117,191,81). Sum of RGB (Red+Green+Blue) = 117+191+81=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BF51 is #8A40AE. Grayscale: #9C9C9C. Windows color (decimal): -9060527 or 5357429. OLE color: 5357429.

HSL color Cylindrical-coordinate representation of color #75BF51: hue angle of 100.36º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75BF51 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 191 81 -
CMYK 0.39 0 0.58 0.25
HSL 100.36º 0.46% 0.53% -
HSV(B) 100.36º 0.58% 0.75% -
XYZ 27.45 41.64 14.37 -
YUV 156.33 85.48 99.94 -
System Red Green Blue C M Y K H S L
Decimal 117 191 81 0.39 0 0.58 0.25 100.36 0.46 0.53
Hex 75 BF 51 27 0 3A 19 64 2E 35
Octal 165 277 121 47 0 72 31 144 56 65
Binary 1110101 10111111 1010001 100111 0 111010 11001 1100100 101110 110101

Color Harmonies of #75BF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BF51

Black with #75BF51

Text Example


Text Example

White with #75BF51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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