Html Css Color HEX #8DB526 Limerick

📋 copy color: '#8DB526'

red 141 ◦ green 181 ◦ blue 38

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

Shades of Limerick #8DB526

Tints of Limerick #8DB526

RGB

 RED value IS 141 (55.47% from 255) = 39.17%

 GREEN value IS 181 (71.09% from 255) = 50.28%

 BLUE value IS 38 (15.23% from 255) = 10.56%

R = 39.17%
G = 50.28%
B = 10.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#8DB526 (or 0x8DB526) is known color: Limerick. HEX triplet: 8D, B5 and 26. RGB value is (141,181,38). Sum of RGB (Red+Green+Blue) = 141+181+38=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 181 (71.09% from 255 or 50.28% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB526 is #724AD9. Grayscale: #999999. Windows color (decimal): -7490266 or 2536845. OLE color: 2536845.

HSL color Cylindrical-coordinate representation of color #8DB526: hue angle of 76.78º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8DB526 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 181 38 -
CMYK 0.22 0 0.79 0.29
HSL 76.78º 0.65% 0.43% -
HSV(B) 76.78º 0.79% 0.71% -
XYZ 27.86 38.85 7.86 -
YUV 152.74 63.25 119.63 -
System Red Green Blue C M Y K H S L
Decimal 141 181 38 0.22 0 0.79 0.29 76.78 0.65 0.43
Hex 8D B5 26 16 0 4F 1D 4D 41 2B
Octal 215 265 46 26 0 117 35 115 101 53
Binary 10001101 10110101 100110 10110 0 1001111 11101 1001101 1000001 101011

Color Harmonies of #8DB526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB526

Black with #8DB526

Text Example


Text Example

White with #8DB526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,181,38); }

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

background-color css

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

 a { background-color: rgb(141,181,38); }

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

border-color css

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

 span { border-color: rgb(141,181,38); }

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