Html Css Color HEX #8CD518 Yellow Green

📋 copy color: '#8CD518'

red 140 ◦ green 213 ◦ blue 24

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

Shades of Yellow Green #8CD518

Tints of Yellow Green #8CD518

RGB

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

 GREEN value IS 213 (83.59% from 255) = 56.5%

 BLUE value IS 24 (9.77% from 255) = 6.37%

R = 37.14%
G = 56.5%
B = 6.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#8CD518 (or 0x8CD518) is known color: Yellow Green. HEX triplet: 8C, D5 and 18. RGB value is (140,213,24). Sum of RGB (Red+Green+Blue) = 140+213+24=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 213 (83.59% from 255 or 56.50% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD518 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CD518 is #732AE7. Grayscale: #AAAAAA. Windows color (decimal): -7547624 or 1627532. OLE color: 1627532.

HSL color Cylindrical-coordinate representation of color #8CD518: hue angle of 83.17º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CD518 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 140 213 24 -
CMYK 0.34 0 0.89 0.16
HSL 83.17º 0.8% 0.46% -
HSV(B) 83.17º 0.89% 0.84% -
XYZ 34.77 53.23 9.31 -
YUV 169.63 45.82 106.87 -
System Red Green Blue C M Y K H S L
Decimal 140 213 24 0.34 0 0.89 0.16 83.17 0.8 0.46
Hex 8C D5 18 22 0 59 10 53 50 2E
Octal 214 325 30 42 0 131 20 123 120 56
Binary 10001100 11010101 11000 100010 0 1011001 10000 1010011 1010000 101110

Color Harmonies of #8CD518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD518

Black with #8CD518

Text Example


Text Example

White with #8CD518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,213,24); }

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

background-color css

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

 a { background-color: rgb(140,213,24); }

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

border-color css

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

 span { border-color: rgb(140,213,24); }

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