Html Css Color HEX #8CC115 Limerick

📋 copy color: '#8CC115'

red 140 ◦ green 193 ◦ blue 21

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

Shades of Limerick #8CC115

Tints of Limerick #8CC115

RGB

 RED value IS 140 (55.08% from 255) = 39.55%

 GREEN value IS 193 (75.78% from 255) = 54.52%

 BLUE value IS 21 (8.59% from 255) = 5.93%

R = 39.55%
G = 54.52%
B = 5.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#8CC115 (or 0x8CC115) is known color: Limerick. HEX triplet: 8C, C1 and 15. RGB value is (140,193,21). Sum of RGB (Red+Green+Blue) = 140+193+21=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 193 (75.78% from 255 or 54.52% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC115 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC115 is #733EEA. Grayscale: #9E9E9E. Windows color (decimal): -7552747 or 1425804. OLE color: 1425804.

HSL color Cylindrical-coordinate representation of color #8CC115: hue angle of 78.49º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CC115 is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 193 21 -
CMYK 0.27 0 0.89 0.24
HSL 78.49º 0.8% 0.42% -
HSV(B) 78.49º 0.89% 0.76% -
XYZ 30.02 43.77 7.58 -
YUV 157.55 50.94 115.49 -
System Red Green Blue C M Y K H S L
Decimal 140 193 21 0.27 0 0.89 0.24 78.49 0.8 0.42
Hex 8C C1 15 1B 0 59 18 4E 50 2A
Octal 214 301 25 33 0 131 30 116 120 52
Binary 10001100 11000001 10101 11011 0 1011001 11000 1001110 1010000 101010

Color Harmonies of #8CC115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC115

Black with #8CC115

Text Example


Text Example

White with #8CC115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CC115; }

 p { color: rgb(140,193,21); }

 H1.HeaderClassName
 {
   color: #8CC115;
 }
 .AnyTagClassName
 {
   color: #8CC115;
 }
</style>

background-color css

<style>
 a { background-color: #8CC115; }

 a { background-color: rgb(140,193,21); }

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

border-color css

<style>
 span { border-color: #8CC115; }

 span { border-color: rgb(140,193,21); }

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