#8DCB14

Color #8DCB14 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #8DCB14

Tints of Yellow Green #8DCB14

Color information

#8DCB14 (or 0x8DCB14) is unknown color: approx Yellow Green. HEX triplet: 8D, CB and 14. RGB value is (141,203,20). Sum of RGB (Red+Green+Blue) = 141+203+20=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 203 (79.69% from 255 or 55.77% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCB14 is #7234EB. Grayscale: #A4A4A4. Windows color (decimal): -7484652 or 1362829. OLE color: 1362829.

HSL color Cylindrical-coordinate representation of color #8DCB14: hue angle of 80.33º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8DCB14 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB14120320-
CMYK0.3100.900.20
HSL80.33º82.06%43.73%-
HSV(B)80.33º90.15%79.61%-
XYZ32.4748.438.3-
YUV163.646.96111.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.74%
GREEN value IS 203 (79.69% from 255) = 55.77%
BLUE value IS 20 (8.20% from 255) = 5.49%
R=38.74%
G=55.77%
B=5.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal141203200.3100.900.2080.3382.0643.73
Hex8DCB141F05A1450522c
Octal215313243701322412012254
Binary10001101110010111010011111010110101010010100001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,203,20); }

 H1.HeaderClassName
 {
   color: #8DCB14;
 }
 .AnyTagClassName
 {
   color: #8DCB14;
 }
</style>
background-color css

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

 a { background-color: rgb(141,203,20); }

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

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

 span { border-color: rgb(141,203,20); }

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