Html Css Color HEX #88DC52 Mantis

📋 copy color: '#88DC52'

red 136 ◦ green 220 ◦ blue 82

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

Shades of Mantis #88DC52

Tints of Mantis #88DC52

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.23%

 BLUE value IS 82 (32.42% from 255) = 18.72%

R = 31.05%
G = 50.23%
B = 18.72%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#88DC52 (or 0x88DC52) is known color: Mantis. HEX triplet: 88, DC and 52. RGB value is (136,220,82). Sum of RGB (Red+Green+Blue) = 136+220+82=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #88DC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88DC52 is #7723AD. Grayscale: #B3B3B3. Windows color (decimal): -7807918 or 5430408. OLE color: 5430408.

HSL color Cylindrical-coordinate representation of color #88DC52: hue angle of 96.52º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #88DC52 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 220 82 -
CMYK 0.38 0 0.63 0.14
HSL 96.52º 0.66% 0.59% -
HSV(B) 96.52º 0.63% 0.86% -
XYZ 37.27 57.03 17.03 -
YUV 179.15 73.17 97.22 -
System Red Green Blue C M Y K H S L
Decimal 136 220 82 0.38 0 0.63 0.14 96.52 0.66 0.59
Hex 88 DC 52 26 0 3F E 61 42 3B
Octal 210 334 122 46 0 77 16 141 102 73
Binary 10001000 11011100 1010010 100110 0 111111 1110 1100001 1000010 111011

Color Harmonies of #88DC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DC52

Black with #88DC52

Text Example


Text Example

White with #88DC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,220,82); }

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

background-color css

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

 a { background-color: rgb(136,220,82); }

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

border-color css

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

 span { border-color: rgb(136,220,82); }

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