Html Css Color HEX #8BDC14 Yellow Green

📋 copy color: '#8BDC14'

red 139 ◦ green 220 ◦ blue 20

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

Shades of Yellow Green #8BDC14

Tints of Yellow Green #8BDC14

RGB

 RED value IS 139 (54.69% from 255) = 36.68%

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

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

R = 36.68%
G = 58.05%
B = 5.28%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#8BDC14 (or 0x8BDC14) is known color: Yellow Green. HEX triplet: 8B, DC and 14. RGB value is (139,220,20). Sum of RGB (Red+Green+Blue) = 139+220+20=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BDC14 is #7423EB. Grayscale: #ADADAD. Windows color (decimal): -7611372 or 1367179. OLE color: 1367179.

HSL color Cylindrical-coordinate representation of color #8BDC14: hue angle of 84.3º 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 #8BDC14 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 220 20 -
CMYK 0.37 0 0.91 0.14
HSL 84.3º 0.83% 0.47% -
HSV(B) 84.3º 0.91% 0.86% -
XYZ 36.37 56.73 9.69 -
YUV 172.98 41.66 103.76 -
System Red Green Blue C M Y K H S L
Decimal 139 220 20 0.37 0 0.91 0.14 84.3 0.83 0.47
Hex 8B DC 14 25 0 5B E 54 53 2F
Octal 213 334 24 45 0 133 16 124 123 57
Binary 10001011 11011100 10100 100101 0 1011011 1110 1010100 1010011 101111

Color Harmonies of #8BDC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDC14

Black with #8BDC14

Text Example


Text Example

White with #8BDC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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