Html Css Color HEX #8DB825 Limerick

📋 copy color: '#8DB825'

red 141 ◦ green 184 ◦ blue 37

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

Shades of Limerick #8DB825

Tints of Limerick #8DB825

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50.83%

 BLUE value IS 37 (14.84% from 255) = 10.22%

R = 38.95%
G = 50.83%
B = 10.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#8DB825 (or 0x8DB825) is known color: Limerick. HEX triplet: 8D, B8 and 25. RGB value is (141,184,37). Sum of RGB (Red+Green+Blue) = 141+184+37=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 184 (72.27% from 255 or 50.83% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB825 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB825 is #7247DA. Grayscale: #9A9A9A. Windows color (decimal): -7489499 or 2472077. OLE color: 2472077.

HSL color Cylindrical-coordinate representation of color #8DB825: hue angle of 77.55º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8DB825 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 141 184 37 -
CMYK 0.23 0 0.80 0.28
HSL 77.55º 0.67% 0.43% -
HSV(B) 77.55º 0.8% 0.72% -
XYZ 28.46 40.08 7.99 -
YUV 154.39 61.75 118.45 -
System Red Green Blue C M Y K H S L
Decimal 141 184 37 0.23 0 0.80 0.28 77.55 0.67 0.43
Hex 8D B8 25 17 0 50 1C 4E 43 2B
Octal 215 270 45 27 0 120 34 116 103 53
Binary 10001101 10111000 100101 10111 0 1010000 11100 1001110 1000011 101011

Color Harmonies of #8DB825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB825

Black with #8DB825

Text Example


Text Example

White with #8DB825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,184,37); }

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

background-color css

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

 a { background-color: rgb(141,184,37); }

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

border-color css

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

 span { border-color: rgb(141,184,37); }

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