Html Css Color HEX #75C748 Mantis

📋 copy color: '#75C748'

red 117 ◦ green 199 ◦ blue 72

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

Shades of Mantis #75C748

Tints of Mantis #75C748

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.29%

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

R = 30.15%
G = 51.29%
B = 18.56%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#75C748 (or 0x75C748) is known color: Mantis. HEX triplet: 75, C7 and 48. RGB value is (117,199,72). Sum of RGB (Red+Green+Blue) = 117+199+72=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 199 (78.12% from 255 or 51.29% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 199 - color contains mainly: green. Hex color #75C748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C748 is #8A38B7. Grayscale: #A0A0A0. Windows color (decimal): -9058488 or 4769653. OLE color: 4769653.

HSL color Cylindrical-coordinate representation of color #75C748: hue angle of 98.74º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75C748 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 199 72 -
CMYK 0.41 0 0.64 0.22
HSL 98.74º 0.53% 0.53% -
HSV(B) 98.74º 0.64% 0.78% -
XYZ 28.93 45.1 13.31 -
YUV 160 78.33 97.33 -
System Red Green Blue C M Y K H S L
Decimal 117 199 72 0.41 0 0.64 0.22 98.74 0.53 0.53
Hex 75 C7 48 29 0 40 16 63 35 35
Octal 165 307 110 51 0 100 26 143 65 65
Binary 1110101 11000111 1001000 101001 0 1000000 10110 1100011 110101 110101

Color Harmonies of #75C748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C748

Black with #75C748

Text Example


Text Example

White with #75C748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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