Html Css Color HEX #88C070 Mantis

📋 copy color: '#88C070'

red 136 ◦ green 192 ◦ blue 112

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

Shades of Mantis #88C070

Tints of Mantis #88C070

RGB

 RED value IS 136 (53.52% from 255) = 30.91%

 GREEN value IS 192 (75.39% from 255) = 43.64%

 BLUE value IS 112 (44.14% from 255) = 25.45%

R = 30.91%
G = 43.64%
B = 25.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#88C070 (or 0x88C070) is known color: Mantis. HEX triplet: 88, C0 and 70. RGB value is (136,192,112). Sum of RGB (Red+Green+Blue) = 136+192+112=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #88C070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C070 is #773F8F. Grayscale: #A6A6A6. Windows color (decimal): -7815056 or 7389320. OLE color: 7389320.

HSL color Cylindrical-coordinate representation of color #88C070: hue angle of 102º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88C070 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 192 112 -
CMYK 0.29 0 0.42 0.25
HSL 102º 0.39% 0.6% -
HSV(B) 102º 0.42% 0.75% -
XYZ 31.93 44.1 22.16 -
YUV 166.14 97.45 106.5 -
System Red Green Blue C M Y K H S L
Decimal 136 192 112 0.29 0 0.42 0.25 102 0.39 0.6
Hex 88 C0 70 1D 0 2A 19 66 27 3C
Octal 210 300 160 35 0 52 31 146 47 74
Binary 10001000 11000000 1110000 11101 0 101010 11001 1100110 100111 111100

Color Harmonies of #88C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C070

Black with #88C070

Text Example


Text Example

White with #88C070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88C070; }

 p { color: rgb(136,192,112); }

 H1.HeaderClassName
 {
   color: #88C070;
 }
 .AnyTagClassName
 {
   color: #88C070;
 }
</style>

background-color css

<style>
 a { background-color: #88C070; }

 a { background-color: rgb(136,192,112); }

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

border-color css

<style>
 span { border-color: #88C070; }

 span { border-color: rgb(136,192,112); }

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