Html Css Color HEX #8CC035 Yellow Green

📋 copy color: '#8CC035'

red 140 ◦ green 192 ◦ blue 53

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

Shades of Yellow Green #8CC035

Tints of Yellow Green #8CC035

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.87%

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

R = 36.36%
G = 49.87%
B = 13.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#8CC035 (or 0x8CC035) is known color: Yellow Green. HEX triplet: 8C, C0 and 35. RGB value is (140,192,53). Sum of RGB (Red+Green+Blue) = 140+192+53=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC035 is #733FCA. Grayscale: #A1A1A1. Windows color (decimal): -7552971 or 3522700. OLE color: 3522700.

HSL color Cylindrical-coordinate representation of color #8CC035: hue angle of 82.45º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CC035 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 192 53 -
CMYK 0.27 0 0.72 0.25
HSL 82.45º 0.57% 0.48% -
HSV(B) 82.45º 0.72% 0.75% -
XYZ 30.31 43.53 10.17 -
YUV 160.61 67.27 113.3 -
System Red Green Blue C M Y K H S L
Decimal 140 192 53 0.27 0 0.72 0.25 82.45 0.57 0.48
Hex 8C C0 35 1B 0 48 19 52 39 30
Octal 214 300 65 33 0 110 31 122 71 60
Binary 10001100 11000000 110101 11011 0 1001000 11001 1010010 111001 110000

Color Harmonies of #8CC035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC035

Black with #8CC035

Text Example


Text Example

White with #8CC035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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