Html Css Color HEX #88C217 Limerick

📋 copy color: '#88C217'

red 136 ◦ green 194 ◦ blue 23

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

Shades of Limerick #88C217

Tints of Limerick #88C217

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.96%

 BLUE value IS 23 (9.38% from 255) = 6.52%

R = 38.53%
G = 54.96%
B = 6.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#88C217 (or 0x88C217) is known color: Limerick. HEX triplet: 88, C2 and 17. RGB value is (136,194,23). Sum of RGB (Red+Green+Blue) = 136+194+23=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 194 (76.17% from 255 or 54.96% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 194 - color contains mainly: green. Hex color #88C217 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C217 is #773DE8. Grayscale: #9D9D9D. Windows color (decimal): -7814633 or 1557128. OLE color: 1557128.

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

Color convert

RGB 136 194 23 -
CMYK 0.30 0 0.88 0.24
HSL 80.35º 0.79% 0.43% -
HSV(B) 80.35º 0.88% 0.76% -
XYZ 29.6 43.88 7.72 -
YUV 157.16 52.28 112.9 -
System Red Green Blue C M Y K H S L
Decimal 136 194 23 0.30 0 0.88 0.24 80.35 0.79 0.43
Hex 88 C2 17 1E 0 58 18 50 4F 2B
Octal 210 302 27 36 0 130 30 120 117 53
Binary 10001000 11000010 10111 11110 0 1011000 11000 1010000 1001111 101011

Color Harmonies of #88C217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C217

Black with #88C217

Text Example


Text Example

White with #88C217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,194,23); }

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

background-color css

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

 a { background-color: rgb(136,194,23); }

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

border-color css

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

 span { border-color: rgb(136,194,23); }

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