Html Css Color HEX #75C869 Mantis

📋 copy color: '#75C869'

red 117 ◦ green 200 ◦ blue 105

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

Shades of Mantis #75C869

Tints of Mantis #75C869

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.39%

 BLUE value IS 105 (41.41% from 255) = 24.88%

R = 27.73%
G = 47.39%
B = 24.88%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#75C869 (or 0x75C869) is known color: Mantis. HEX triplet: 75, C8 and 69. RGB value is (117,200,105). Sum of RGB (Red+Green+Blue) = 117+200+105=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 200 - color contains mainly: green. Hex color #75C869 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C869 is #8A3796. Grayscale: #A4A4A4. Windows color (decimal): -9058199 or 6932597. OLE color: 6932597.

HSL color Cylindrical-coordinate representation of color #75C869: hue angle of 112.42º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75C869 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 200 105 -
CMYK 0.42 0 0.48 0.22
HSL 112.42º 0.46% 0.6% -
HSV(B) 112.42º 0.48% 0.78% -
XYZ 30.54 46.11 20.66 -
YUV 164.35 94.5 94.22 -
System Red Green Blue C M Y K H S L
Decimal 117 200 105 0.42 0 0.48 0.22 112.42 0.46 0.6
Hex 75 C8 69 2A 0 30 16 70 2E 3C
Octal 165 310 151 52 0 60 26 160 56 74
Binary 1110101 11001000 1101001 101010 0 110000 10110 1110000 101110 111100

Color Harmonies of #75C869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C869

Black with #75C869

Text Example


Text Example

White with #75C869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,200,105); }

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

background-color css

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

 a { background-color: rgb(117,200,105); }

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

border-color css

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

 span { border-color: rgb(117,200,105); }

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