Html Css Color HEX #8FBD2D Limerick

📋 copy color: '#8FBD2D'

red 143 ◦ green 189 ◦ blue 45

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

Shades of Limerick #8FBD2D

Tints of Limerick #8FBD2D

RGB

 RED value IS 143 (56.25% from 255) = 37.93%

 GREEN value IS 189 (74.22% from 255) = 50.13%

 BLUE value IS 45 (17.97% from 255) = 11.94%

R = 37.93%
G = 50.13%
B = 11.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#8FBD2D (or 0x8FBD2D) is known color: Limerick. HEX triplet: 8F, BD and 2D. RGB value is (143,189,45). Sum of RGB (Red+Green+Blue) = 143+189+45=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #8FBD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBD2D is #7042D2. Grayscale: #9F9F9F. Windows color (decimal): -7357139 or 2997647. OLE color: 2997647.

HSL color Cylindrical-coordinate representation of color #8FBD2D: hue angle of 79.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8FBD2D is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 189 45 -
CMYK 0.24 0 0.76 0.26
HSL 79.17º 0.62% 0.46% -
HSV(B) 79.17º 0.76% 0.74% -
XYZ 30 42.42 9.09 -
YUV 158.83 63.76 116.71 -
System Red Green Blue C M Y K H S L
Decimal 143 189 45 0.24 0 0.76 0.26 79.17 0.62 0.46
Hex 8F BD 2D 18 0 4C 1A 4F 3E 2E
Octal 217 275 55 30 0 114 32 117 76 56
Binary 10001111 10111101 101101 11000 0 1001100 11010 1001111 111110 101110

Color Harmonies of #8FBD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBD2D

Black with #8FBD2D

Text Example


Text Example

White with #8FBD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,189,45); }

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

background-color css

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

 a { background-color: rgb(143,189,45); }

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

border-color css

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

 span { border-color: rgb(143,189,45); }

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