Html Css Color HEX #8DB928 Limerick

📋 copy color: '#8DB928'

red 141 ◦ green 185 ◦ blue 40

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

Shades of Limerick #8DB928

Tints of Limerick #8DB928

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.55%

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

R = 38.52%
G = 50.55%
B = 10.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#8DB928 (or 0x8DB928) is known color: Limerick. HEX triplet: 8D, B9 and 28. RGB value is (141,185,40). Sum of RGB (Red+Green+Blue) = 141+185+40=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 185 (72.66% from 255 or 50.55% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB928 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB928 is #7246D7. Grayscale: #9B9B9B. Windows color (decimal): -7489240 or 2668941. OLE color: 2668941.

HSL color Cylindrical-coordinate representation of color #8DB928: hue angle of 78.21º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8DB928 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 185 40 -
CMYK 0.24 0 0.78 0.27
HSL 78.21º 0.64% 0.44% -
HSV(B) 78.21º 0.78% 0.73% -
XYZ 28.72 40.51 8.31 -
YUV 155.31 62.92 117.79 -
System Red Green Blue C M Y K H S L
Decimal 141 185 40 0.24 0 0.78 0.27 78.21 0.64 0.44
Hex 8D B9 28 18 0 4E 1B 4E 40 2C
Octal 215 271 50 30 0 116 33 116 100 54
Binary 10001101 10111001 101000 11000 0 1001110 11011 1001110 1000000 101100

Color Harmonies of #8DB928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB928

Black with #8DB928

Text Example


Text Example

White with #8DB928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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