Html Css Color HEX #75C448 Mantis

📋 copy color: '#75C448'

red 117 ◦ green 196 ◦ blue 72

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

Shades of Mantis #75C448

Tints of Mantis #75C448

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.91%

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

R = 30.39%
G = 50.91%
B = 18.7%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#75C448 (or 0x75C448) is known color: Mantis. HEX triplet: 75, C4 and 48. RGB value is (117,196,72). Sum of RGB (Red+Green+Blue) = 117+196+72=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #75C448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C448 is #8A3BB7. Grayscale: #9E9E9E. Windows color (decimal): -9059256 or 4768885. OLE color: 4768885.

HSL color Cylindrical-coordinate representation of color #75C448: hue angle of 98.23º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75C448 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 196 72 -
CMYK 0.40 0 0.63 0.23
HSL 98.23º 0.51% 0.53% -
HSV(B) 98.23º 0.63% 0.77% -
XYZ 28.25 43.73 13.08 -
YUV 158.24 79.33 98.58 -
System Red Green Blue C M Y K H S L
Decimal 117 196 72 0.40 0 0.63 0.23 98.23 0.51 0.53
Hex 75 C4 48 28 0 3F 17 62 33 35
Octal 165 304 110 50 0 77 27 142 63 65
Binary 1110101 11000100 1001000 101000 0 111111 10111 1100010 110011 110101

Color Harmonies of #75C448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C448

Black with #75C448

Text Example


Text Example

White with #75C448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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