Html Css Color HEX #8CC428 Yellow Green

📋 copy color: '#8CC428'

red 140 ◦ green 196 ◦ blue 40

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

Shades of Yellow Green #8CC428

Tints of Yellow Green #8CC428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.64%

R = 37.23%
G = 52.13%
B = 10.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#8CC428 (or 0x8CC428) is known color: Yellow Green. HEX triplet: 8C, C4 and 28. RGB value is (140,196,40). Sum of RGB (Red+Green+Blue) = 140+196+40=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 196 (76.95% from 255 or 52.13% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC428 is #733BD7. Grayscale: #A2A2A2. Windows color (decimal): -7551960 or 2671756. OLE color: 2671756.

HSL color Cylindrical-coordinate representation of color #8CC428: hue angle of 81.54º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8CC428 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 140 196 40 -
CMYK 0.29 0 0.80 0.23
HSL 81.54º 0.66% 0.46% -
HSV(B) 81.54º 0.8% 0.77% -
XYZ 30.94 45.21 9.1 -
YUV 161.47 59.45 112.68 -
System Red Green Blue C M Y K H S L
Decimal 140 196 40 0.29 0 0.80 0.23 81.54 0.66 0.46
Hex 8C C4 28 1D 0 50 17 52 42 2E
Octal 214 304 50 35 0 120 27 122 102 56
Binary 10001100 11000100 101000 11101 0 1010000 10111 1010010 1000010 101110

Color Harmonies of #8CC428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC428

Black with #8CC428

Text Example


Text Example

White with #8CC428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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