Html Css Color HEX #88CF52 Mantis

📋 copy color: '#88CF52'

red 136 ◦ green 207 ◦ blue 82

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

Shades of Mantis #88CF52

Tints of Mantis #88CF52

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.71%

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

R = 32%
G = 48.71%
B = 19.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#88CF52 (or 0x88CF52) is known color: Mantis. HEX triplet: 88, CF and 52. RGB value is (136,207,82). Sum of RGB (Red+Green+Blue) = 136+207+82=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #88CF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88CF52 is #7730AD. Grayscale: #ABABAB. Windows color (decimal): -7811246 or 5427080. OLE color: 5427080.

HSL color Cylindrical-coordinate representation of color #88CF52: hue angle of 94.08º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88CF52 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 207 82 -
CMYK 0.34 0 0.60 0.19
HSL 94.08º 0.57% 0.57% -
HSV(B) 94.08º 0.6% 0.81% -
XYZ 33.99 50.47 15.93 -
YUV 171.52 77.48 102.66 -
System Red Green Blue C M Y K H S L
Decimal 136 207 82 0.34 0 0.60 0.19 94.08 0.57 0.57
Hex 88 CF 52 22 0 3C 13 5E 39 39
Octal 210 317 122 42 0 74 23 136 71 71
Binary 10001000 11001111 1010010 100010 0 111100 10011 1011110 111001 111001

Color Harmonies of #88CF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CF52

Black with #88CF52

Text Example


Text Example

White with #88CF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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