Html Css Color HEX #75DC46 Mantis

📋 copy color: '#75DC46'

red 117 ◦ green 220 ◦ blue 70

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

Shades of Mantis #75DC46

Tints of Mantis #75DC46

RGB

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

 GREEN value IS 220 (86.33% from 255) = 54.05%

 BLUE value IS 70 (27.73% from 255) = 17.2%

R = 28.75%
G = 54.05%
B = 17.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#75DC46 (or 0x75DC46) is known color: Mantis. HEX triplet: 75, DC and 46. RGB value is (117,220,70). Sum of RGB (Red+Green+Blue) = 117+220+70=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DC46 is #8A23B9. Grayscale: #ACACAC. Windows color (decimal): -9053114 or 4643957. OLE color: 4643957.

HSL color Cylindrical-coordinate representation of color #75DC46: hue angle of 101.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75DC46 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 70 -
CMYK 0.47 0 0.68 0.14
HSL 101.2º 0.68% 0.57% -
HSV(B) 101.2º 0.68% 0.86% -
XYZ 34.03 55.41 14.7 -
YUV 172.1 70.38 88.7 -
System Red Green Blue C M Y K H S L
Decimal 117 220 70 0.47 0 0.68 0.14 101.2 0.68 0.57
Hex 75 DC 46 2F 0 44 E 65 44 39
Octal 165 334 106 57 0 104 16 145 104 71
Binary 1110101 11011100 1000110 101111 0 1000100 1110 1100101 1000100 111001

Color Harmonies of #75DC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC46

Black with #75DC46

Text Example


Text Example

White with #75DC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,220,70); }

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

background-color css

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

 a { background-color: rgb(117,220,70); }

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

border-color css

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

 span { border-color: rgb(117,220,70); }

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