Html Css Color HEX #75D748 Mantis

📋 copy color: '#75D748'

red 117 ◦ green 215 ◦ blue 72

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

Shades of Mantis #75D748

Tints of Mantis #75D748

RGB

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

 GREEN value IS 215 (84.38% from 255) = 53.22%

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

R = 28.96%
G = 53.22%
B = 17.82%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#75D748 (or 0x75D748) is known color: Mantis. HEX triplet: 75, D7 and 48. RGB value is (117,215,72). Sum of RGB (Red+Green+Blue) = 117+215+72=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 215 (84.38% from 255 or 53.22% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 215 - color contains mainly: green. Hex color #75D748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D748 is #8A28B7. Grayscale: #A9A9A9. Windows color (decimal): -9054392 or 4773749. OLE color: 4773749.

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

Color convert

RGB 117 215 72 -
CMYK 0.46 0 0.67 0.16
HSL 101.12º 0.64% 0.56% -
HSV(B) 101.12º 0.67% 0.84% -
XYZ 32.81 52.85 14.6 -
YUV 169.4 73.03 90.63 -
System Red Green Blue C M Y K H S L
Decimal 117 215 72 0.46 0 0.67 0.16 101.12 0.64 0.56
Hex 75 D7 48 2E 0 43 10 65 40 38
Octal 165 327 110 56 0 103 20 145 100 70
Binary 1110101 11010111 1001000 101110 0 1000011 10000 1100101 1000000 111000

Color Harmonies of #75D748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D748

Black with #75D748

Text Example


Text Example

White with #75D748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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