Html Css Color HEX #8DB028 Limerick

📋 copy color: '#8DB028'

red 141 ◦ green 176 ◦ blue 40

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

Shades of Limerick #8DB028

Tints of Limerick #8DB028

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.3%

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

R = 39.5%
G = 49.3%
B = 11.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#8DB028 (or 0x8DB028) is known color: Limerick. HEX triplet: 8D, B0 and 28. RGB value is (141,176,40). Sum of RGB (Red+Green+Blue) = 141+176+40=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 176 (69.14% from 255 or 49.30% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB028 is #724FD7. Grayscale: #969696. Windows color (decimal): -7491544 or 2666637. OLE color: 2666637.

HSL color Cylindrical-coordinate representation of color #8DB028: hue angle of 75.44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8DB028 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 141 176 40 -
CMYK 0.20 0 0.77 0.31
HSL 75.44º 0.63% 0.42% -
HSV(B) 75.44º 0.77% 0.69% -
XYZ 26.89 36.87 7.71 -
YUV 150.03 65.9 121.56 -
System Red Green Blue C M Y K H S L
Decimal 141 176 40 0.20 0 0.77 0.31 75.44 0.63 0.42
Hex 8D B0 28 14 0 4D 1F 4B 3F 2A
Octal 215 260 50 24 0 115 37 113 77 52
Binary 10001101 10110000 101000 10100 0 1001101 11111 1001011 111111 101010

Color Harmonies of #8DB028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB028

Black with #8DB028

Text Example


Text Example

White with #8DB028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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