Html Css Color HEX #8DB535 Limerick

📋 copy color: '#8DB535'

red 141 ◦ green 181 ◦ blue 53

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

Shades of Limerick #8DB535

Tints of Limerick #8DB535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.13%

R = 37.6%
G = 48.27%
B = 14.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#8DB535 (or 0x8DB535) is known color: Limerick. HEX triplet: 8D, B5 and 35. RGB value is (141,181,53). Sum of RGB (Red+Green+Blue) = 141+181+53=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB535 is #724ACA. Grayscale: #9A9A9A. Windows color (decimal): -7490251 or 3519885. OLE color: 3519885.

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

Color convert

RGB 141 181 53 -
CMYK 0.22 0 0.71 0.29
HSL 78.75º 0.55% 0.46% -
HSV(B) 78.75º 0.71% 0.71% -
XYZ 28.15 38.97 9.41 -
YUV 154.45 70.75 118.41 -
System Red Green Blue C M Y K H S L
Decimal 141 181 53 0.22 0 0.71 0.29 78.75 0.55 0.46
Hex 8D B5 35 16 0 47 1D 4F 37 2E
Octal 215 265 65 26 0 107 35 117 67 56
Binary 10001101 10110101 110101 10110 0 1000111 11101 1001111 110111 101110

Color Harmonies of #8DB535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB535

Black with #8DB535

Text Example


Text Example

White with #8DB535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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