Html Css Color HEX #8DCC1C Yellow Green

📋 copy color: '#8DCC1C'

red 141 ◦ green 204 ◦ blue 28

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

Shades of Yellow Green #8DCC1C

Tints of Yellow Green #8DCC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.51%

R = 37.8%
G = 54.69%
B = 7.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#8DCC1C (or 0x8DCC1C) is known color: Yellow Green. HEX triplet: 8D, CC and 1C. RGB value is (141,204,28). Sum of RGB (Red+Green+Blue) = 141+204+28=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 204 (80.08% from 255 or 54.69% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCC1C is #7233E3. Grayscale: #A5A5A5. Windows color (decimal): -7484388 or 1887373. OLE color: 1887373.

HSL color Cylindrical-coordinate representation of color #8DCC1C: hue angle of 81.48º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8DCC1C is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 204 28 -
CMYK 0.31 0 0.86 0.2
HSL 81.48º 0.76% 0.45% -
HSV(B) 81.48º 0.86% 0.8% -
XYZ 32.79 48.93 8.82 -
YUV 165.1 50.63 110.81 -
System Red Green Blue C M Y K H S L
Decimal 141 204 28 0.31 0 0.86 0.2 81.48 0.76 0.45
Hex 8D CC 1C 1F 0 56 14 51 4C 2D
Octal 215 314 34 37 0 126 24 121 114 55
Binary 10001101 11001100 11100 11111 0 1010110 10100 1010001 1001100 101101

Color Harmonies of #8DCC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCC1C

Black with #8DCC1C

Text Example


Text Example

White with #8DCC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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