Html Css Color HEX #8CC320 Yellow Green

📋 copy color: '#8CC320'

red 140 ◦ green 195 ◦ blue 32

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

Shades of Yellow Green #8CC320

Tints of Yellow Green #8CC320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.13%

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

R = 38.15%
G = 53.13%
B = 8.72%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#8CC320 (or 0x8CC320) is known color: Yellow Green. HEX triplet: 8C, C3 and 20. RGB value is (140,195,32). Sum of RGB (Red+Green+Blue) = 140+195+32=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC320 is #733CDF. Grayscale: #A0A0A0. Windows color (decimal): -7552224 or 2147212. OLE color: 2147212.

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

Color convert

RGB 140 195 32 -
CMYK 0.28 0 0.84 0.24
HSL 80.25º 0.72% 0.45% -
HSV(B) 80.25º 0.84% 0.76% -
XYZ 30.59 44.71 8.38 -
YUV 159.97 55.78 113.75 -
System Red Green Blue C M Y K H S L
Decimal 140 195 32 0.28 0 0.84 0.24 80.25 0.72 0.45
Hex 8C C3 20 1C 0 54 18 50 48 2D
Octal 214 303 40 34 0 124 30 120 110 55
Binary 10001100 11000011 100000 11100 0 1010100 11000 1010000 1001000 101101

Color Harmonies of #8CC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC320

Black with #8CC320

Text Example


Text Example

White with #8CC320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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