Html Css Color HEX #8DB213 Limerick

📋 copy color: '#8DB213'

red 141 ◦ green 178 ◦ blue 19

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

Shades of Limerick #8DB213

Tints of Limerick #8DB213

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.66%

 BLUE value IS 19 (7.81% from 255) = 5.62%

R = 41.72%
G = 52.66%
B = 5.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#8DB213 (or 0x8DB213) is known color: Limerick. HEX triplet: 8D, B2 and 13. RGB value is (141,178,19). Sum of RGB (Red+Green+Blue) = 141+178+19=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 178 (69.92% from 255 or 52.66% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DB213 is #724DEC. Grayscale: #959595. Windows color (decimal): -7491053 or 1290893. OLE color: 1290893.

HSL color Cylindrical-coordinate representation of color #8DB213: hue angle of 73.96º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8DB213 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 141 178 19 -
CMYK 0.21 0 0.89 0.30
HSL 73.96º 0.81% 0.39% -
HSV(B) 73.96º 0.89% 0.7% -
XYZ 27.02 37.55 6.44 -
YUV 148.81 54.74 122.43 -
System Red Green Blue C M Y K H S L
Decimal 141 178 19 0.21 0 0.89 0.30 73.96 0.81 0.39
Hex 8D B2 13 15 0 59 1E 4A 51 27
Octal 215 262 23 25 0 131 36 112 121 47
Binary 10001101 10110010 10011 10101 0 1011001 11110 1001010 1010001 100111

Color Harmonies of #8DB213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB213

Black with #8DB213

Text Example


Text Example

White with #8DB213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,178,19); }

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

background-color css

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

 a { background-color: rgb(141,178,19); }

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

border-color css

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

 span { border-color: rgb(141,178,19); }

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