Html Css Color HEX #75D548 Mantis

📋 copy color: '#75D548'

red 117 ◦ green 213 ◦ blue 72

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

Shades of Mantis #75D548

Tints of Mantis #75D548

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.99%

 BLUE value IS 72 (28.52% from 255) = 17.91%

R = 29.1%
G = 52.99%
B = 17.91%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#75D548 (or 0x75D548) is known color: Mantis. HEX triplet: 75, D5 and 48. RGB value is (117,213,72). Sum of RGB (Red+Green+Blue) = 117+213+72=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 213 (83.59% from 255 or 52.99% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 213 - color contains mainly: green. Hex color #75D548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D548 is #8A2AB7. Grayscale: #A8A8A8. Windows color (decimal): -9054904 or 4773237. OLE color: 4773237.

HSL color Cylindrical-coordinate representation of color #75D548: hue angle of 100.85º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75D548 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 213 72 -
CMYK 0.45 0 0.66 0.16
HSL 100.85º 0.63% 0.56% -
HSV(B) 100.85º 0.66% 0.84% -
XYZ 32.3 51.84 14.43 -
YUV 168.22 73.7 91.46 -
System Red Green Blue C M Y K H S L
Decimal 117 213 72 0.45 0 0.66 0.16 100.85 0.63 0.56
Hex 75 D5 48 2D 0 42 10 65 3F 38
Octal 165 325 110 55 0 102 20 145 77 70
Binary 1110101 11010101 1001000 101101 0 1000010 10000 1100101 111111 111000

Color Harmonies of #75D548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D548

Black with #75D548

Text Example


Text Example

White with #75D548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,213,72); }

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

background-color css

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

 a { background-color: rgb(117,213,72); }

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

border-color css

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

 span { border-color: rgb(117,213,72); }

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