Html Css Color HEX #8CC235 Yellow Green

📋 copy color: '#8CC235'

red 140 ◦ green 194 ◦ blue 53

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

Shades of Yellow Green #8CC235

Tints of Yellow Green #8CC235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.7%

R = 36.18%
G = 50.13%
B = 13.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#8CC235 (or 0x8CC235) is known color: Yellow Green. HEX triplet: 8C, C2 and 35. RGB value is (140,194,53). Sum of RGB (Red+Green+Blue) = 140+194+53=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 194 (76.17% from 255 or 50.13% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC235 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC235 is #733DCA. Grayscale: #A2A2A2. Windows color (decimal): -7552459 or 3523212. OLE color: 3523212.

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

Color convert

RGB 140 194 53 -
CMYK 0.28 0 0.73 0.24
HSL 82.98º 0.57% 0.48% -
HSV(B) 82.98º 0.73% 0.76% -
XYZ 30.75 44.42 10.32 -
YUV 161.78 66.61 112.46 -
System Red Green Blue C M Y K H S L
Decimal 140 194 53 0.28 0 0.73 0.24 82.98 0.57 0.48
Hex 8C C2 35 1C 0 49 18 53 39 30
Octal 214 302 65 34 0 111 30 123 71 60
Binary 10001100 11000010 110101 11100 0 1001001 11000 1010011 111001 110000

Color Harmonies of #8CC235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC235

Black with #8CC235

Text Example


Text Example

White with #8CC235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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