Html Css Color HEX #8CC820 Yellow Green

📋 copy color: '#8CC820'

red 140 ◦ green 200 ◦ blue 32

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

Shades of Yellow Green #8CC820

Tints of Yellow Green #8CC820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.76%

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

R = 37.63%
G = 53.76%
B = 8.6%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#8CC820 (or 0x8CC820) is known color: Yellow Green. HEX triplet: 8C, C8 and 20. RGB value is (140,200,32). Sum of RGB (Red+Green+Blue) = 140+200+32=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 200 (78.52% from 255 or 53.76% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC820 is #7337DF. Grayscale: #A3A3A3. Windows color (decimal): -7550944 or 2148492. OLE color: 2148492.

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

Color convert

RGB 140 200 32 -
CMYK 0.3 0 0.84 0.22
HSL 81.43º 0.72% 0.45% -
HSV(B) 81.43º 0.84% 0.78% -
XYZ 31.73 46.99 8.76 -
YUV 162.91 54.12 111.66 -
System Red Green Blue C M Y K H S L
Decimal 140 200 32 0.3 0 0.84 0.22 81.43 0.72 0.45
Hex 8C C8 20 1E 0 54 16 51 48 2D
Octal 214 310 40 36 0 124 26 121 110 55
Binary 10001100 11001000 100000 11110 0 1010100 10110 1010001 1001000 101101

Color Harmonies of #8CC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC820

Black with #8CC820

Text Example


Text Example

White with #8CC820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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