Html Css Color HEX #75CA45 Mantis

📋 copy color: '#75CA45'

red 117 ◦ green 202 ◦ blue 69

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

Shades of Mantis #75CA45

Tints of Mantis #75CA45

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.06%

 BLUE value IS 69 (27.34% from 255) = 17.78%

R = 30.15%
G = 52.06%
B = 17.78%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#75CA45 (or 0x75CA45) is known color: Mantis. HEX triplet: 75, CA and 45. RGB value is (117,202,69). Sum of RGB (Red+Green+Blue) = 117+202+69=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CA45 is #8A35BA. Grayscale: #A1A1A1. Windows color (decimal): -9057723 or 4573813. OLE color: 4573813.

HSL color Cylindrical-coordinate representation of color #75CA45: hue angle of 98.35º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75CA45 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 202 69 -
CMYK 0.42 0 0.66 0.21
HSL 98.35º 0.56% 0.53% -
HSV(B) 98.35º 0.66% 0.79% -
XYZ 29.53 46.45 13.04 -
YUV 161.42 75.84 96.31 -
System Red Green Blue C M Y K H S L
Decimal 117 202 69 0.42 0 0.66 0.21 98.35 0.56 0.53
Hex 75 CA 45 2A 0 42 15 62 38 35
Octal 165 312 105 52 0 102 25 142 70 65
Binary 1110101 11001010 1000101 101010 0 1000010 10101 1100010 111000 110101

Color Harmonies of #75CA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CA45

Black with #75CA45

Text Example


Text Example

White with #75CA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,202,69); }

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

background-color css

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

 a { background-color: rgb(117,202,69); }

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

border-color css

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

 span { border-color: rgb(117,202,69); }

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