Html Css Color HEX #8CD616 Yellow Green

📋 copy color: '#8CD616'

red 140 ◦ green 214 ◦ blue 22

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

Shades of Yellow Green #8CD616

Tints of Yellow Green #8CD616

RGB

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

 GREEN value IS 214 (83.98% from 255) = 56.91%

 BLUE value IS 22 (8.98% from 255) = 5.85%

R = 37.23%
G = 56.91%
B = 5.85%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#8CD616 (or 0x8CD616) is known color: Yellow Green. HEX triplet: 8C, D6 and 16. RGB value is (140,214,22). Sum of RGB (Red+Green+Blue) = 140+214+22=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 214 (83.98% from 255 or 56.91% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 214 - color contains mainly: green. Hex color #8CD616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CD616 is #7329E9. Grayscale: #AAAAAA. Windows color (decimal): -7547370 or 1496716. OLE color: 1496716.

HSL color Cylindrical-coordinate representation of color #8CD616: hue angle of 83.13º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CD616 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 140 214 22 -
CMYK 0.35 0 0.90 0.16
HSL 83.13º 0.81% 0.46% -
HSV(B) 83.13º 0.9% 0.84% -
XYZ 35.01 53.73 9.28 -
YUV 169.99 44.48 106.61 -
System Red Green Blue C M Y K H S L
Decimal 140 214 22 0.35 0 0.90 0.16 83.13 0.81 0.46
Hex 8C D6 16 23 0 5A 10 53 51 2E
Octal 214 326 26 43 0 132 20 123 121 56
Binary 10001100 11010110 10110 100011 0 1011010 10000 1010011 1010001 101110

Color Harmonies of #8CD616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD616

Black with #8CD616

Text Example


Text Example

White with #8CD616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,214,22); }

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

background-color css

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

 a { background-color: rgb(140,214,22); }

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

border-color css

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

 span { border-color: rgb(140,214,22); }

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