Html Css Color HEX #8CDF14 Yellow Green

📋 copy color: '#8CDF14'

red 140 ◦ green 223 ◦ blue 20

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

Shades of Yellow Green #8CDF14

Tints of Yellow Green #8CDF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.22%

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

R = 36.55%
G = 58.22%
B = 5.22%

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

#8CDF14 (or 0x8CDF14) is known color: Yellow Green. HEX triplet: 8C, DF and 14. RGB value is (140,223,20). Sum of RGB (Red+Green+Blue) = 140+223+20=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 223 (87.5% from 255 or 58.22% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CDF14 is #7320EB. Grayscale: #AFAFAF. Windows color (decimal): -7545068 or 1367948. OLE color: 1367948.

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

Color convert

RGB 140 223 20 -
CMYK 0.37 0 0.91 0.13
HSL 84.53º 0.84% 0.48% -
HSV(B) 84.53º 0.91% 0.87% -
XYZ 37.33 58.4 9.97 -
YUV 175.04 40.5 103.01 -
System Red Green Blue C M Y K H S L
Decimal 140 223 20 0.37 0 0.91 0.13 84.53 0.84 0.48
Hex 8C DF 14 25 0 5B D 55 54 30
Octal 214 337 24 45 0 133 15 125 124 60
Binary 10001100 11011111 10100 100101 0 1011011 1101 1010101 1010100 110000

Color Harmonies of #8CDF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDF14

Black with #8CDF14

Text Example


Text Example

White with #8CDF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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