Html Css Color HEX #75CB45 Mantis

📋 copy color: '#75CB45'

red 117 ◦ green 203 ◦ blue 69

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

Shades of Mantis #75CB45

Tints of Mantis #75CB45

RGB

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

 GREEN value IS 203 (79.69% from 255) = 52.19%

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

R = 30.08%
G = 52.19%
B = 17.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#75CB45 (or 0x75CB45) is known color: Mantis. HEX triplet: 75, CB and 45. RGB value is (117,203,69). Sum of RGB (Red+Green+Blue) = 117+203+69=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 203 (79.69% from 255 or 52.19% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CB45 is #8A34BA. Grayscale: #A2A2A2. Windows color (decimal): -9057467 or 4574069. OLE color: 4574069.

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

Color convert

RGB 117 203 69 -
CMYK 0.42 0 0.66 0.20
HSL 98.51º 0.56% 0.53% -
HSV(B) 98.51º 0.66% 0.8% -
XYZ 29.77 46.92 13.12 -
YUV 162.01 75.51 95.9 -
System Red Green Blue C M Y K H S L
Decimal 117 203 69 0.42 0 0.66 0.20 98.51 0.56 0.53
Hex 75 CB 45 2A 0 42 14 63 38 35
Octal 165 313 105 52 0 102 24 143 70 65
Binary 1110101 11001011 1000101 101010 0 1000010 10100 1100011 111000 110101

Color Harmonies of #75CB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CB45

Black with #75CB45

Text Example


Text Example

White with #75CB45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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