Html Css Color HEX #8DC025 Limerick

📋 copy color: '#8DC025'

red 141 ◦ green 192 ◦ blue 37

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

Shades of Limerick #8DC025

Tints of Limerick #8DC025

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.89%

 BLUE value IS 37 (14.84% from 255) = 10%

R = 38.11%
G = 51.89%
B = 10%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#8DC025 (or 0x8DC025) is known color: Limerick. HEX triplet: 8D, C0 and 25. RGB value is (141,192,37). Sum of RGB (Red+Green+Blue) = 141+192+37=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC025 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC025 is #723FDA. Grayscale: #9F9F9F. Windows color (decimal): -7487451 or 2474125. OLE color: 2474125.

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

Color convert

RGB 141 192 37 -
CMYK 0.27 0 0.81 0.25
HSL 79.74º 0.68% 0.45% -
HSV(B) 79.74º 0.81% 0.75% -
XYZ 30.17 43.5 8.56 -
YUV 159.08 59.1 115.1 -
System Red Green Blue C M Y K H S L
Decimal 141 192 37 0.27 0 0.81 0.25 79.74 0.68 0.45
Hex 8D C0 25 1B 0 51 19 50 44 2D
Octal 215 300 45 33 0 121 31 120 104 55
Binary 10001101 11000000 100101 11011 0 1010001 11001 1010000 1000100 101101

Color Harmonies of #8DC025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC025

Black with #8DC025

Text Example


Text Example

White with #8DC025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,192,37); }

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

background-color css

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

 a { background-color: rgb(141,192,37); }

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

border-color css

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

 span { border-color: rgb(141,192,37); }

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