Html Css Color HEX #8DB935 Limerick

📋 copy color: '#8DB935'

red 141 ◦ green 185 ◦ blue 53

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

Shades of Limerick #8DB935

Tints of Limerick #8DB935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.98%

R = 37.2%
G = 48.81%
B = 13.98%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#8DB935 (or 0x8DB935) is known color: Limerick. HEX triplet: 8D, B9 and 35. RGB value is (141,185,53). Sum of RGB (Red+Green+Blue) = 141+185+53=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB935 is #7246CA. Grayscale: #9D9D9D. Windows color (decimal): -7489227 or 3520909. OLE color: 3520909.

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

Color convert

RGB 141 185 53 -
CMYK 0.24 0 0.71 0.27
HSL 80º 0.55% 0.47% -
HSV(B) 80º 0.71% 0.73% -
XYZ 28.98 40.62 9.68 -
YUV 156.8 69.42 116.73 -
System Red Green Blue C M Y K H S L
Decimal 141 185 53 0.24 0 0.71 0.27 80 0.55 0.47
Hex 8D B9 35 18 0 47 1B 50 37 2F
Octal 215 271 65 30 0 107 33 120 67 57
Binary 10001101 10111001 110101 11000 0 1000111 11011 1010000 110111 101111

Color Harmonies of #8DB935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB935

Black with #8DB935

Text Example


Text Example

White with #8DB935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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