Html Css Color HEX #8FDC14 Yellow Green

📋 copy color: '#8FDC14'

red 143 ◦ green 220 ◦ blue 20

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

Shades of Yellow Green #8FDC14

Tints of Yellow Green #8FDC14

RGB

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

 GREEN value IS 220 (86.33% from 255) = 57.44%

 BLUE value IS 20 (8.2% from 255) = 5.22%

R = 37.34%
G = 57.44%
B = 5.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#8FDC14 (or 0x8FDC14) is known color: Yellow Green. HEX triplet: 8F, DC and 14. RGB value is (143,220,20). Sum of RGB (Red+Green+Blue) = 143+220+20=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 220 (86.33% from 255 or 57.44% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FDC14 is #7023EB. Grayscale: #AEAEAE. Windows color (decimal): -7349228 or 1367183. OLE color: 1367183.

HSL color Cylindrical-coordinate representation of color #8FDC14: hue angle of 83.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8FDC14 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 220 20 -
CMYK 0.35 0 0.91 0.14
HSL 83.1º 0.83% 0.47% -
HSV(B) 83.1º 0.91% 0.86% -
XYZ 37.05 57.08 9.73 -
YUV 174.18 40.99 105.76 -
System Red Green Blue C M Y K H S L
Decimal 143 220 20 0.35 0 0.91 0.14 83.1 0.83 0.47
Hex 8F DC 14 23 0 5B E 53 53 2F
Octal 217 334 24 43 0 133 16 123 123 57
Binary 10001111 11011100 10100 100011 0 1011011 1110 1010011 1010011 101111

Color Harmonies of #8FDC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDC14

Black with #8FDC14

Text Example


Text Example

White with #8FDC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,220,20); }

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

background-color css

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

 a { background-color: rgb(143,220,20); }

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

border-color css

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

 span { border-color: rgb(143,220,20); }

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