Html Css Color HEX #8CCD31 Yellow Green

📋 copy color: '#8CCD31'

red 140 ◦ green 205 ◦ blue 49

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

Shades of Yellow Green #8CCD31

Tints of Yellow Green #8CCD31

RGB

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

 GREEN value IS 205 (80.47% from 255) = 52.03%

 BLUE value IS 49 (19.53% from 255) = 12.44%

R = 35.53%
G = 52.03%
B = 12.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#8CCD31 (or 0x8CCD31) is known color: Yellow Green. HEX triplet: 8C, CD and 31. RGB value is (140,205,49). Sum of RGB (Red+Green+Blue) = 140+205+49=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 205 (80.47% from 255 or 52.03% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCD31 is #7332CE. Grayscale: #A8A8A8. Windows color (decimal): -7549647 or 3263884. OLE color: 3263884.

HSL color Cylindrical-coordinate representation of color #8CCD31: hue angle of 85º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8CCD31 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 205 49 -
CMYK 0.32 0 0.76 0.20
HSL 85º 0.61% 0.5% -
HSV(B) 85º 0.76% 0.8% -
XYZ 33.2 49.46 10.7 -
YUV 167.78 60.97 108.18 -
System Red Green Blue C M Y K H S L
Decimal 140 205 49 0.32 0 0.76 0.20 85 0.61 0.5
Hex 8C CD 31 20 0 4C 14 55 3D 32
Octal 214 315 61 40 0 114 24 125 75 62
Binary 10001100 11001101 110001 100000 0 1001100 10100 1010101 111101 110010

Color Harmonies of #8CCD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCD31

Black with #8CCD31

Text Example


Text Example

White with #8CCD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,205,49); }

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

background-color css

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

 a { background-color: rgb(140,205,49); }

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

border-color css

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

 span { border-color: rgb(140,205,49); }

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