Html Css Color HEX #8DB428 Limerick

📋 copy color: '#8DB428'

red 141 ◦ green 180 ◦ blue 40

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

Shades of Limerick #8DB428

Tints of Limerick #8DB428

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.86%

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

R = 39.06%
G = 49.86%
B = 11.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#8DB428 (or 0x8DB428) is known color: Limerick. HEX triplet: 8D, B4 and 28. RGB value is (141,180,40). Sum of RGB (Red+Green+Blue) = 141+180+40=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB428 is #724BD7. Grayscale: #989898. Windows color (decimal): -7490520 or 2667661. OLE color: 2667661.

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

Color convert

RGB 141 180 40 -
CMYK 0.22 0 0.78 0.29
HSL 76.71º 0.64% 0.43% -
HSV(B) 76.71º 0.78% 0.71% -
XYZ 27.69 38.46 7.97 -
YUV 152.38 64.58 119.88 -
System Red Green Blue C M Y K H S L
Decimal 141 180 40 0.22 0 0.78 0.29 76.71 0.64 0.43
Hex 8D B4 28 16 0 4E 1D 4D 40 2B
Octal 215 264 50 26 0 116 35 115 100 53
Binary 10001101 10110100 101000 10110 0 1001110 11101 1001101 1000000 101011

Color Harmonies of #8DB428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB428

Black with #8DB428

Text Example


Text Example

White with #8DB428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,180,40); }

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

background-color css

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

 a { background-color: rgb(141,180,40); }

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

border-color css

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

 span { border-color: rgb(141,180,40); }

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