Html Css Color HEX #8CD314 Yellow Green

📋 copy color: '#8CD314'

red 140 ◦ green 211 ◦ blue 20

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

Shades of Yellow Green #8CD314

Tints of Yellow Green #8CD314

RGB

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

 GREEN value IS 211 (82.81% from 255) = 56.87%

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

R = 37.74%
G = 56.87%
B = 5.39%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#8CD314 (or 0x8CD314) is known color: Yellow Green. HEX triplet: 8C, D3 and 14. RGB value is (140,211,20). Sum of RGB (Red+Green+Blue) = 140+211+20=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 211 (82.81% from 255 or 56.87% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CD314 is #732CEB. Grayscale: #A8A8A8. Windows color (decimal): -7548140 or 1364876. OLE color: 1364876.

HSL color Cylindrical-coordinate representation of color #8CD314: hue angle of 82.3º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CD314 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 140 211 20 -
CMYK 0.34 0 0.91 0.17
HSL 82.3º 0.83% 0.45% -
HSV(B) 82.3º 0.91% 0.83% -
XYZ 34.24 52.21 8.94 -
YUV 168 44.48 108.03 -
System Red Green Blue C M Y K H S L
Decimal 140 211 20 0.34 0 0.91 0.17 82.3 0.83 0.45
Hex 8C D3 14 22 0 5B 11 52 53 2D
Octal 214 323 24 42 0 133 21 122 123 55
Binary 10001100 11010011 10100 100010 0 1011011 10001 1010010 1010011 101101

Color Harmonies of #8CD314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD314

Black with #8CD314

Text Example


Text Example

White with #8CD314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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