Html Css Color HEX #86C228 Limerick

📋 copy color: '#86C228'

red 134 ◦ green 194 ◦ blue 40

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

Shades of Limerick #86C228

Tints of Limerick #86C228

RGB

 RED value IS 134 (52.73% from 255) = 36.41%

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

 BLUE value IS 40 (16.02% from 255) = 10.87%

R = 36.41%
G = 52.72%
B = 10.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#86C228 (or 0x86C228) is known color: Limerick. HEX triplet: 86, C2 and 28. RGB value is (134,194,40). Sum of RGB (Red+Green+Blue) = 134+194+40=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #86C228 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C228 is #793DD7. Grayscale: #9F9F9F. Windows color (decimal): -7945688 or 2671238. OLE color: 2671238.

HSL color Cylindrical-coordinate representation of color #86C228: hue angle of 83.38º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86C228 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 194 40 -
CMYK 0.31 0 0.79 0.24
HSL 83.38º 0.66% 0.46% -
HSV(B) 83.38º 0.79% 0.76% -
XYZ 29.51 43.81 8.91 -
YUV 158.5 61.12 110.52 -
System Red Green Blue C M Y K H S L
Decimal 134 194 40 0.31 0 0.79 0.24 83.38 0.66 0.46
Hex 86 C2 28 1F 0 4F 18 53 42 2E
Octal 206 302 50 37 0 117 30 123 102 56
Binary 10000110 11000010 101000 11111 0 1001111 11000 1010011 1000010 101110

Color Harmonies of #86C228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C228

Black with #86C228

Text Example


Text Example

White with #86C228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86C228; }

 p { color: rgb(134,194,40); }

 H1.HeaderClassName
 {
   color: #86C228;
 }
 .AnyTagClassName
 {
   color: #86C228;
 }
</style>

background-color css

<style>
 a { background-color: #86C228; }

 a { background-color: rgb(134,194,40); }

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

border-color css

<style>
 span { border-color: #86C228; }

 span { border-color: rgb(134,194,40); }

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