Html Css Color HEX #8DCD13 Yellow Green

📋 copy color: '#8DCD13'

red 141 ◦ green 205 ◦ blue 19

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

Shades of Yellow Green #8DCD13

Tints of Yellow Green #8DCD13

RGB

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

 GREEN value IS 205 (80.47% from 255) = 56.16%

 BLUE value IS 19 (7.81% from 255) = 5.21%

R = 38.63%
G = 56.16%
B = 5.21%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#8DCD13 (or 0x8DCD13) is known color: Yellow Green. HEX triplet: 8D, CD and 13. RGB value is (141,205,19). Sum of RGB (Red+Green+Blue) = 141+205+19=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCD13 is #7232EC. Grayscale: #A5A5A5. Windows color (decimal): -7484141 or 1297805. OLE color: 1297805.

HSL color Cylindrical-coordinate representation of color #8DCD13: hue angle of 80.65º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DCD13 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 205 19 -
CMYK 0.31 0 0.91 0.20
HSL 80.65º 0.83% 0.44% -
HSV(B) 80.65º 0.91% 0.8% -
XYZ 32.93 49.37 8.41 -
YUV 164.66 45.8 111.12 -
System Red Green Blue C M Y K H S L
Decimal 141 205 19 0.31 0 0.91 0.20 80.65 0.83 0.44
Hex 8D CD 13 1F 0 5B 14 51 53 2C
Octal 215 315 23 37 0 133 24 121 123 54
Binary 10001101 11001101 10011 11111 0 1011011 10100 1010001 1010011 101100

Color Harmonies of #8DCD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCD13

Black with #8DCD13

Text Example


Text Example

White with #8DCD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,205,19); }

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

background-color css

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

 a { background-color: rgb(141,205,19); }

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

border-color css

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

 span { border-color: rgb(141,205,19); }

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