Html Css Color HEX #8DCC14 Yellow Green

📋 copy color: '#8DCC14'

red 141 ◦ green 204 ◦ blue 20

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

Shades of Yellow Green #8DCC14

Tints of Yellow Green #8DCC14

RGB

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

 GREEN value IS 204 (80.08% from 255) = 55.89%

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

R = 38.63%
G = 55.89%
B = 5.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#8DCC14 (or 0x8DCC14) is known color: Yellow Green. HEX triplet: 8D, CC and 14. RGB value is (141,204,20). Sum of RGB (Red+Green+Blue) = 141+204+20=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 204 (80.08% from 255 or 55.89% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCC14 is #7233EB. Grayscale: #A4A4A4. Windows color (decimal): -7484396 or 1363085. OLE color: 1363085.

HSL color Cylindrical-coordinate representation of color #8DCC14: hue angle of 80.54º 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 #8DCC14 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 204 20 -
CMYK 0.31 0 0.90 0.2
HSL 80.54º 0.82% 0.44% -
HSV(B) 80.54º 0.9% 0.8% -
XYZ 32.7 48.9 8.38 -
YUV 164.19 46.63 111.46 -
System Red Green Blue C M Y K H S L
Decimal 141 204 20 0.31 0 0.90 0.2 80.54 0.82 0.44
Hex 8D CC 14 1F 0 5A 14 51 52 2C
Octal 215 314 24 37 0 132 24 121 122 54
Binary 10001101 11001100 10100 11111 0 1011010 10100 1010001 1010010 101100

Color Harmonies of #8DCC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCC14

Black with #8DCC14

Text Example


Text Example

White with #8DCC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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