Html Css Color HEX #8DA533 Limerick

📋 copy color: '#8DA533'

red 141 ◦ green 165 ◦ blue 51

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

Shades of Limerick #8DA533

Tints of Limerick #8DA533

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.22%

 BLUE value IS 51 (20.31% from 255) = 14.29%

R = 39.5%
G = 46.22%
B = 14.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#8DA533 (or 0x8DA533) is known color: Limerick. HEX triplet: 8D, A5 and 33. RGB value is (141,165,51). Sum of RGB (Red+Green+Blue) = 141+165+51=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA533 is #725ACC. Grayscale: #919191. Windows color (decimal): -7494349 or 3384717. OLE color: 3384717.

HSL color Cylindrical-coordinate representation of color #8DA533: hue angle of 72.63º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DA533 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 141 165 51 -
CMYK 0.15 0 0.69 0.35
HSL 72.63º 0.53% 0.42% -
HSV(B) 72.63º 0.69% 0.65% -
XYZ 25.04 32.81 8.15 -
YUV 144.83 75.05 125.27 -
System Red Green Blue C M Y K H S L
Decimal 141 165 51 0.15 0 0.69 0.35 72.63 0.53 0.42
Hex 8D A5 33 F 0 45 23 49 35 2A
Octal 215 245 63 17 0 105 43 111 65 52
Binary 10001101 10100101 110011 1111 0 1000101 100011 1001001 110101 101010

Color Harmonies of #8DA533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA533

Black with #8DA533

Text Example


Text Example

White with #8DA533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,165,51); }

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

background-color css

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

 a { background-color: rgb(141,165,51); }

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

border-color css

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

 span { border-color: rgb(141,165,51); }

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