#88C11C

Color #88C11C Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #88C11C

Tints of Limerick #88C11C

Color information

#88C11C (or 0x88C11C) is unknown color: approx Limerick. HEX triplet: 88, C1 and 1C. RGB value is (136,193,28). Sum of RGB (Red+Green+Blue) = 136+193+28=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 193 (75.78% from 255 or 54.06% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 193 - color contains mainly: green. Hex color #88C11C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C11C is #773EE3. Grayscale: #9D9D9D. Windows color (decimal): -7814884 or 1884552. OLE color: 1884552.

HSL color Cylindrical-coordinate representation of color #88C11C: hue angle of 80.73º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #88C11C is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB13619328-
CMYK0.3000.850.24
HSL80.73º74.66%43.33%-
HSV(B)80.73º85.49%75.69%-
XYZ29.4343.467.94-
YUV157.1555.12112.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.10%
GREEN value IS 193 (75.78% from 255) = 54.06%
BLUE value IS 28 (11.33% from 255) = 7.84%
R=38.10%
G=54.06%
B=7.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal136193280.3000.850.2480.7374.6643.33
Hex88C11C1E05518514b2b
Octal210301343601253012111353
Binary10001000110000011110011110010101011100010100011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,193,28); }

 H1.HeaderClassName
 {
   color: #88C11C;
 }
 .AnyTagClassName
 {
   color: #88C11C;
 }
</style>
background-color css

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

 a { background-color: rgb(136,193,28); }

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

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

 span { border-color: rgb(136,193,28); }

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