Html Css Color HEX #8DB234 Limerick

📋 copy color: '#8DB234'

red 141 ◦ green 178 ◦ blue 52

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

Shades of Limerick #8DB234

Tints of Limerick #8DB234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.02%

R = 38.01%
G = 47.98%
B = 14.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#8DB234 (or 0x8DB234) is known color: Limerick. HEX triplet: 8D, B2 and 34. RGB value is (141,178,52). Sum of RGB (Red+Green+Blue) = 141+178+52=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB234 is #724DCB. Grayscale: #999999. Windows color (decimal): -7491020 or 3453581. OLE color: 3453581.

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

Color convert

RGB 141 178 52 -
CMYK 0.21 0 0.71 0.30
HSL 77.62º 0.55% 0.45% -
HSV(B) 77.62º 0.71% 0.7% -
XYZ 27.52 37.75 9.08 -
YUV 152.57 71.24 119.75 -
System Red Green Blue C M Y K H S L
Decimal 141 178 52 0.21 0 0.71 0.30 77.62 0.55 0.45
Hex 8D B2 34 15 0 47 1E 4E 37 2D
Octal 215 262 64 25 0 107 36 116 67 55
Binary 10001101 10110010 110100 10101 0 1000111 11110 1001110 110111 101101

Color Harmonies of #8DB234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB234

Black with #8DB234

Text Example


Text Example

White with #8DB234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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