Html Css Color HEX #75BD66 Mantis

📋 copy color: '#75BD66'

red 117 ◦ green 189 ◦ blue 102

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

Shades of Mantis #75BD66

Tints of Mantis #75BD66

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.32%

 BLUE value IS 102 (40.23% from 255) = 25%

R = 28.68%
G = 46.32%
B = 25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#75BD66 (or 0x75BD66) is known color: Mantis. HEX triplet: 75, BD and 66. RGB value is (117,189,102). Sum of RGB (Red+Green+Blue) = 117+189+102=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BD66 is #8A4299. Grayscale: #9D9D9D. Windows color (decimal): -9061018 or 6733173. OLE color: 6733173.

HSL color Cylindrical-coordinate representation of color #75BD66: hue angle of 109.66º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75BD66 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 189 102 -
CMYK 0.38 0 0.46 0.26
HSL 109.66º 0.4% 0.57% -
HSV(B) 109.66º 0.46% 0.74% -
XYZ 27.93 41.14 19.04 -
YUV 157.55 96.65 99.07 -
System Red Green Blue C M Y K H S L
Decimal 117 189 102 0.38 0 0.46 0.26 109.66 0.4 0.57
Hex 75 BD 66 26 0 2E 1A 6E 28 39
Octal 165 275 146 46 0 56 32 156 50 71
Binary 1110101 10111101 1100110 100110 0 101110 11010 1101110 101000 111001

Color Harmonies of #75BD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BD66

Black with #75BD66

Text Example


Text Example

White with #75BD66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,189,102); }

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

background-color css

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

 a { background-color: rgb(117,189,102); }

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

border-color css

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

 span { border-color: rgb(117,189,102); }

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