Html Css Color HEX #8CC230 Yellow Green

📋 copy color: '#8CC230'

red 140 ◦ green 194 ◦ blue 48

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

Shades of Yellow Green #8CC230

Tints of Yellow Green #8CC230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.57%

R = 36.65%
G = 50.79%
B = 12.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#8CC230 (or 0x8CC230) is known color: Yellow Green. HEX triplet: 8C, C2 and 30. RGB value is (140,194,48). Sum of RGB (Red+Green+Blue) = 140+194+48=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC230 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC230 is #733DCF. Grayscale: #A1A1A1. Windows color (decimal): -7552464 or 3195532. OLE color: 3195532.

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

Color convert

RGB 140 194 48 -
CMYK 0.28 0 0.75 0.24
HSL 82.19º 0.6% 0.47% -
HSV(B) 82.19º 0.75% 0.76% -
XYZ 30.64 44.37 9.75 -
YUV 161.21 64.11 112.87 -
System Red Green Blue C M Y K H S L
Decimal 140 194 48 0.28 0 0.75 0.24 82.19 0.6 0.47
Hex 8C C2 30 1C 0 4B 18 52 3C 2F
Octal 214 302 60 34 0 113 30 122 74 57
Binary 10001100 11000010 110000 11100 0 1001011 11000 1010010 111100 101111

Color Harmonies of #8CC230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC230

Black with #8CC230

Text Example


Text Example

White with #8CC230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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