Html Css Color HEX #8CC228 Yellow Green

📋 copy color: '#8CC228'

red 140 ◦ green 194 ◦ blue 40

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

Shades of Yellow Green #8CC228

Tints of Yellow Green #8CC228

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.87%

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

R = 37.43%
G = 51.87%
B = 10.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#8CC228 (or 0x8CC228) is known color: Yellow Green. HEX triplet: 8C, C2 and 28. RGB value is (140,194,40). Sum of RGB (Red+Green+Blue) = 140+194+40=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 194 (76.17% from 255 or 51.87% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC228 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC228 is #733DD7. Grayscale: #A0A0A0. Windows color (decimal): -7552472 or 2671244. OLE color: 2671244.

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

Color convert

RGB 140 194 40 -
CMYK 0.28 0 0.79 0.24
HSL 81.04º 0.66% 0.46% -
HSV(B) 81.04º 0.79% 0.76% -
XYZ 30.49 44.31 8.95 -
YUV 160.3 60.11 113.52 -
System Red Green Blue C M Y K H S L
Decimal 140 194 40 0.28 0 0.79 0.24 81.04 0.66 0.46
Hex 8C C2 28 1C 0 4F 18 51 42 2E
Octal 214 302 50 34 0 117 30 121 102 56
Binary 10001100 11000010 101000 11100 0 1001111 11000 1010001 1000010 101110

Color Harmonies of #8CC228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC228

Black with #8CC228

Text Example


Text Example

White with #8CC228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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