Html Css Color HEX #8EB232 Limerick

📋 copy color: '#8EB232'

red 142 ◦ green 178 ◦ blue 50

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

Shades of Limerick #8EB232

Tints of Limerick #8EB232

RGB

 RED value IS 142 (55.86% from 255) = 38.38%

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

 BLUE value IS 50 (19.92% from 255) = 13.51%

R = 38.38%
G = 48.11%
B = 13.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#8EB232 (or 0x8EB232) is known color: Limerick. HEX triplet: 8E, B2 and 32. RGB value is (142,178,50). Sum of RGB (Red+Green+Blue) = 142+178+50=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 178 (69.92% from 255 or 48.11% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 178 - color contains mainly: green. Hex color #8EB232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EB232 is #714DCD. Grayscale: #999999. Windows color (decimal): -7425486 or 3322510. OLE color: 3322510.

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

Color convert

RGB 142 178 50 -
CMYK 0.20 0 0.72 0.30
HSL 76.88º 0.56% 0.45% -
HSV(B) 76.88º 0.72% 0.7% -
XYZ 27.65 37.82 8.86 -
YUV 152.64 70.07 120.41 -
System Red Green Blue C M Y K H S L
Decimal 142 178 50 0.20 0 0.72 0.30 76.88 0.56 0.45
Hex 8E B2 32 14 0 48 1E 4D 38 2D
Octal 216 262 62 24 0 110 36 115 70 55
Binary 10001110 10110010 110010 10100 0 1001000 11110 1001101 111000 101101

Color Harmonies of #8EB232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB232

Black with #8EB232

Text Example


Text Example

White with #8EB232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,178,50); }

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

background-color css

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

 a { background-color: rgb(142,178,50); }

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

border-color css

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

 span { border-color: rgb(142,178,50); }

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