Html Css Color HEX #8CD214 Yellow Green

📋 copy color: '#8CD214'

red 140 ◦ green 210 ◦ blue 20

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

Shades of Yellow Green #8CD214

Tints of Yellow Green #8CD214

RGB

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

 GREEN value IS 210 (82.42% from 255) = 56.76%

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

R = 37.84%
G = 56.76%
B = 5.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#8CD214 (or 0x8CD214) is known color: Yellow Green. HEX triplet: 8C, D2 and 14. RGB value is (140,210,20). Sum of RGB (Red+Green+Blue) = 140+210+20=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 210 (82.42% from 255 or 56.76% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CD214 is #732DEB. Grayscale: #A8A8A8. Windows color (decimal): -7548396 or 1364620. OLE color: 1364620.

HSL color Cylindrical-coordinate representation of color #8CD214: hue angle of 82.11º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CD214 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 210 20 -
CMYK 0.33 0 0.90 0.18
HSL 82.11º 0.83% 0.45% -
HSV(B) 82.11º 0.9% 0.82% -
XYZ 33.99 51.72 8.85 -
YUV 167.41 44.81 108.45 -
System Red Green Blue C M Y K H S L
Decimal 140 210 20 0.33 0 0.90 0.18 82.11 0.83 0.45
Hex 8C D2 14 21 0 5A 12 52 53 2D
Octal 214 322 24 41 0 132 22 122 123 55
Binary 10001100 11010010 10100 100001 0 1011010 10010 1010010 1010011 101101

Color Harmonies of #8CD214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD214

Black with #8CD214

Text Example


Text Example

White with #8CD214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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