Html Css Color HEX #75CE48 Mantis

📋 copy color: '#75CE48'

red 117 ◦ green 206 ◦ blue 72

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

Shades of Mantis #75CE48

Tints of Mantis #75CE48

RGB

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

 GREEN value IS 206 (80.86% from 255) = 52.15%

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

R = 29.62%
G = 52.15%
B = 18.23%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#75CE48 (or 0x75CE48) is known color: Mantis. HEX triplet: 75, CE and 48. RGB value is (117,206,72). Sum of RGB (Red+Green+Blue) = 117+206+72=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 206 (80.86% from 255 or 52.15% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CE48 is #8A31B7. Grayscale: #A4A4A4. Windows color (decimal): -9056696 or 4771445. OLE color: 4771445.

HSL color Cylindrical-coordinate representation of color #75CE48: hue angle of 99.85º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75CE48 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 206 72 -
CMYK 0.43 0 0.65 0.19
HSL 99.85º 0.58% 0.55% -
HSV(B) 99.85º 0.65% 0.81% -
XYZ 30.58 48.39 13.86 -
YUV 164.11 76.01 94.4 -
System Red Green Blue C M Y K H S L
Decimal 117 206 72 0.43 0 0.65 0.19 99.85 0.58 0.55
Hex 75 CE 48 2B 0 41 13 64 3A 37
Octal 165 316 110 53 0 101 23 144 72 67
Binary 1110101 11001110 1001000 101011 0 1000001 10011 1100100 111010 110111

Color Harmonies of #75CE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CE48

Black with #75CE48

Text Example


Text Example

White with #75CE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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