Html Css Color HEX #8CCC20 Yellow Green

📋 copy color: '#8CCC20'

red 140 ◦ green 204 ◦ blue 32

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

Shades of Yellow Green #8CCC20

Tints of Yellow Green #8CCC20

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.26%

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

R = 37.23%
G = 54.26%
B = 8.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#8CCC20 (or 0x8CCC20) is known color: Yellow Green. HEX triplet: 8C, CC and 20. RGB value is (140,204,32). Sum of RGB (Red+Green+Blue) = 140+204+32=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 204 (80.08% from 255 or 54.26% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCC20 is #7333DF. Grayscale: #A5A5A5. Windows color (decimal): -7549920 or 2149516. OLE color: 2149516.

HSL color Cylindrical-coordinate representation of color #8CCC20: hue angle of 82.33º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8CCC20 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 204 32 -
CMYK 0.31 0 0.84 0.2
HSL 82.33º 0.73% 0.46% -
HSV(B) 82.33º 0.84% 0.8% -
XYZ 32.67 48.87 9.08 -
YUV 165.26 52.8 109.99 -
System Red Green Blue C M Y K H S L
Decimal 140 204 32 0.31 0 0.84 0.2 82.33 0.73 0.46
Hex 8C CC 20 1F 0 54 14 52 49 2E
Octal 214 314 40 37 0 124 24 122 111 56
Binary 10001100 11001100 100000 11111 0 1010100 10100 1010010 1001001 101110

Color Harmonies of #8CCC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCC20

Black with #8CCC20

Text Example


Text Example

White with #8CCC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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