Html Css Color HEX #8DB92F Limerick

📋 copy color: '#8DB92F'

red 141 ◦ green 185 ◦ blue 47

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

Shades of Limerick #8DB92F

Tints of Limerick #8DB92F

RGB

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

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

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

R = 37.8%
G = 49.6%
B = 12.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#8DB92F (or 0x8DB92F) is known color: Limerick. HEX triplet: 8D, B9 and 2F. RGB value is (141,185,47). Sum of RGB (Red+Green+Blue) = 141+185+47=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB92F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB92F is #7246D0. Grayscale: #9C9C9C. Windows color (decimal): -7489233 or 3127693. OLE color: 3127693.

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

Color convert

RGB 141 185 47 -
CMYK 0.24 0 0.75 0.27
HSL 79.13º 0.59% 0.45% -
HSV(B) 79.13º 0.75% 0.73% -
XYZ 28.85 40.57 9 -
YUV 156.11 66.42 117.22 -
System Red Green Blue C M Y K H S L
Decimal 141 185 47 0.24 0 0.75 0.27 79.13 0.59 0.45
Hex 8D B9 2F 18 0 4B 1B 4F 3B 2D
Octal 215 271 57 30 0 113 33 117 73 55
Binary 10001101 10111001 101111 11000 0 1001011 11011 1001111 111011 101101

Color Harmonies of #8DB92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB92F

Black with #8DB92F

Text Example


Text Example

White with #8DB92F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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