Html Css Color HEX #8DB02F Limerick

📋 copy color: '#8DB02F'

red 141 ◦ green 176 ◦ blue 47

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

Shades of Limerick #8DB02F

Tints of Limerick #8DB02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.91%

R = 38.74%
G = 48.35%
B = 12.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#8DB02F (or 0x8DB02F) is known color: Limerick. HEX triplet: 8D, B0 and 2F. RGB value is (141,176,47). Sum of RGB (Red+Green+Blue) = 141+176+47=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 176 (69.14% from 255 or 48.35% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB02F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB02F is #724FD0. Grayscale: #979797. Windows color (decimal): -7491537 or 3125389. OLE color: 3125389.

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

Color convert

RGB 141 176 47 -
CMYK 0.20 0 0.73 0.31
HSL 76.28º 0.58% 0.44% -
HSV(B) 76.28º 0.73% 0.69% -
XYZ 27.02 36.92 8.39 -
YUV 150.83 69.4 120.99 -
System Red Green Blue C M Y K H S L
Decimal 141 176 47 0.20 0 0.73 0.31 76.28 0.58 0.44
Hex 8D B0 2F 14 0 49 1F 4C 3A 2C
Octal 215 260 57 24 0 111 37 114 72 54
Binary 10001101 10110000 101111 10100 0 1001001 11111 1001100 111010 101100

Color Harmonies of #8DB02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB02F

Black with #8DB02F

Text Example


Text Example

White with #8DB02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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