Html Css Color HEX #8CDD15 Yellow Green

📋 copy color: '#8CDD15'

red 140 ◦ green 221 ◦ blue 21

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

Shades of Yellow Green #8CDD15

Tints of Yellow Green #8CDD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.5%

R = 36.65%
G = 57.85%
B = 5.5%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#8CDD15 (or 0x8CDD15) is known color: Yellow Green. HEX triplet: 8C, DD and 15. RGB value is (140,221,21). Sum of RGB (Red+Green+Blue) = 140+221+21=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 221 (86.72% from 255 or 57.85% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CDD15 is #7322EA. Grayscale: #AEAEAE. Windows color (decimal): -7545579 or 1432972. OLE color: 1432972.

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

Color convert

RGB 140 221 21 -
CMYK 0.37 0 0.90 0.13
HSL 84.3º 0.83% 0.47% -
HSV(B) 84.3º 0.9% 0.87% -
XYZ 36.81 57.34 9.84 -
YUV 173.98 41.66 103.76 -
System Red Green Blue C M Y K H S L
Decimal 140 221 21 0.37 0 0.90 0.13 84.3 0.83 0.47
Hex 8C DD 15 25 0 5A D 54 53 2F
Octal 214 335 25 45 0 132 15 124 123 57
Binary 10001100 11011101 10101 100101 0 1011010 1101 1010100 1010011 101111

Color Harmonies of #8CDD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDD15

Black with #8CDD15

Text Example


Text Example

White with #8CDD15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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