Html Css Color HEX #75CE51 Mantis

📋 copy color: '#75CE51'

red 117 ◦ green 206 ◦ blue 81

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

Shades of Mantis #75CE51

Tints of Mantis #75CE51

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.99%

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

R = 28.96%
G = 50.99%
B = 20.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#75CE51 (or 0x75CE51) is known color: Mantis. HEX triplet: 75, CE and 51. RGB value is (117,206,81). Sum of RGB (Red+Green+Blue) = 117+206+81=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CE51 is #8A31AE. Grayscale: #A5A5A5. Windows color (decimal): -9056687 or 5361269. OLE color: 5361269.

HSL color Cylindrical-coordinate representation of color #75CE51: hue angle of 102.72º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75CE51 is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 206 81 -
CMYK 0.43 0 0.61 0.19
HSL 102.72º 0.56% 0.56% -
HSV(B) 102.72º 0.61% 0.81% -
XYZ 30.89 48.52 15.52 -
YUV 165.14 80.51 93.66 -
System Red Green Blue C M Y K H S L
Decimal 117 206 81 0.43 0 0.61 0.19 102.72 0.56 0.56
Hex 75 CE 51 2B 0 3D 13 67 38 38
Octal 165 316 121 53 0 75 23 147 70 70
Binary 1110101 11001110 1010001 101011 0 111101 10011 1100111 111000 111000

Color Harmonies of #75CE51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CE51

Black with #75CE51

Text Example


Text Example

White with #75CE51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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