Html Css Color HEX #8CCC35 Yellow Green

📋 copy color: '#8CCC35'

red 140 ◦ green 204 ◦ blue 53

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

Shades of Yellow Green #8CCC35

Tints of Yellow Green #8CCC35

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.39%

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

R = 35.26%
G = 51.39%
B = 13.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#8CCC35 (or 0x8CCC35) is known color: Yellow Green. HEX triplet: 8C, CC and 35. RGB value is (140,204,53). Sum of RGB (Red+Green+Blue) = 140+204+53=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 53 (21.09% from 255 or 13.35% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCC35 is #7333CA. Grayscale: #A8A8A8. Windows color (decimal): -7549899 or 3525772. OLE color: 3525772.

HSL color Cylindrical-coordinate representation of color #8CCC35: hue angle of 85.43º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CCC35 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 204 53 -
CMYK 0.31 0 0.74 0.2
HSL 85.43º 0.6% 0.5% -
HSV(B) 85.43º 0.74% 0.8% -
XYZ 33.05 49.02 11.09 -
YUV 167.65 63.3 108.28 -
System Red Green Blue C M Y K H S L
Decimal 140 204 53 0.31 0 0.74 0.2 85.43 0.6 0.5
Hex 8C CC 35 1F 0 4A 14 55 3C 32
Octal 214 314 65 37 0 112 24 125 74 62
Binary 10001100 11001100 110101 11111 0 1001010 10100 1010101 111100 110010

Color Harmonies of #8CCC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCC35

Black with #8CCC35

Text Example


Text Example

White with #8CCC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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