Html Css Color HEX #8DB038 Limerick

📋 copy color: '#8DB038'

red 141 ◦ green 176 ◦ blue 56

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

Shades of Limerick #8DB038

Tints of Limerick #8DB038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.01%

R = 37.8%
G = 47.18%
B = 15.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#8DB038 (or 0x8DB038) is known color: Limerick. HEX triplet: 8D, B0 and 38. RGB value is (141,176,56). Sum of RGB (Red+Green+Blue) = 141+176+56=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB038 is #724FC7. Grayscale: #989898. Windows color (decimal): -7491528 or 3715213. OLE color: 3715213.

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

Color convert

RGB 141 176 56 -
CMYK 0.20 0 0.68 0.31
HSL 77.5º 0.52% 0.45% -
HSV(B) 77.5º 0.68% 0.69% -
XYZ 27.22 37 9.45 -
YUV 151.86 73.9 120.26 -
System Red Green Blue C M Y K H S L
Decimal 141 176 56 0.20 0 0.68 0.31 77.5 0.52 0.45
Hex 8D B0 38 14 0 44 1F 4E 34 2D
Octal 215 260 70 24 0 104 37 116 64 55
Binary 10001101 10110000 111000 10100 0 1000100 11111 1001110 110100 101101

Color Harmonies of #8DB038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB038

Black with #8DB038

Text Example


Text Example

White with #8DB038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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