Html Css Color HEX #8CDD14 Yellow Green

📋 copy color: '#8CDD14'

red 140 ◦ green 221 ◦ blue 20

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

Shades of Yellow Green #8CDD14

Tints of Yellow Green #8CDD14

RGB

 RED value IS 140 (55.08% from 255) = 36.75%

 GREEN value IS 221 (86.72% from 255) = 58.01%

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

R = 36.75%
G = 58.01%
B = 5.25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#8CDD14 (or 0x8CDD14) is known color: Yellow Green. HEX triplet: 8C, DD and 14. RGB value is (140,221,20). Sum of RGB (Red+Green+Blue) = 140+221+20=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CDD14 is #7322EB. Grayscale: #AEAEAE. Windows color (decimal): -7545580 or 1367436. OLE color: 1367436.

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

Color convert

RGB 140 221 20 -
CMYK 0.37 0 0.91 0.13
HSL 84.18º 0.83% 0.47% -
HSV(B) 84.18º 0.91% 0.87% -
XYZ 36.8 57.34 9.79 -
YUV 173.87 41.16 103.84 -
System Red Green Blue C M Y K H S L
Decimal 140 221 20 0.37 0 0.91 0.13 84.18 0.83 0.47
Hex 8C DD 14 25 0 5B D 54 53 2F
Octal 214 335 24 45 0 133 15 124 123 57
Binary 10001100 11011101 10100 100101 0 1011011 1101 1010100 1010011 101111

Color Harmonies of #8CDD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDD14

Black with #8CDD14

Text Example


Text Example

White with #8CDD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,221,20); }

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

background-color css

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

 a { background-color: rgb(140,221,20); }

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

border-color css

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

 span { border-color: rgb(140,221,20); }

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