Html Css Color HEX #8CC420 Yellow Green

📋 copy color: '#8CC420'

red 140 ◦ green 196 ◦ blue 32

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

Shades of Yellow Green #8CC420

Tints of Yellow Green #8CC420

RGB

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

 GREEN value IS 196 (76.95% from 255) = 53.26%

 BLUE value IS 32 (12.89% from 255) = 8.7%

R = 38.04%
G = 53.26%
B = 8.7%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#8CC420 (or 0x8CC420) is known color: Yellow Green. HEX triplet: 8C, C4 and 20. RGB value is (140,196,32). Sum of RGB (Red+Green+Blue) = 140+196+32=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 196 (76.95% from 255 or 53.26% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC420 is #733BDF. Grayscale: #A1A1A1. Windows color (decimal): -7551968 or 2147468. OLE color: 2147468.

HSL color Cylindrical-coordinate representation of color #8CC420: hue angle of 80.49º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8CC420 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 140 196 32 -
CMYK 0.29 0 0.84 0.23
HSL 80.49º 0.72% 0.45% -
HSV(B) 80.49º 0.84% 0.77% -
XYZ 30.82 45.16 8.46 -
YUV 160.56 55.45 113.34 -
System Red Green Blue C M Y K H S L
Decimal 140 196 32 0.29 0 0.84 0.23 80.49 0.72 0.45
Hex 8C C4 20 1D 0 54 17 50 48 2D
Octal 214 304 40 35 0 124 27 120 110 55
Binary 10001100 11000100 100000 11101 0 1010100 10111 1010000 1001000 101101

Color Harmonies of #8CC420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC420

Black with #8CC420

Text Example


Text Example

White with #8CC420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,196,32); }

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

background-color css

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

 a { background-color: rgb(140,196,32); }

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

border-color css

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

 span { border-color: rgb(140,196,32); }

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