Html Css Color HEX #8CDD32 Yellow Green

📋 copy color: '#8CDD32'

red 140 ◦ green 221 ◦ blue 50

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

Shades of Yellow Green #8CDD32

Tints of Yellow Green #8CDD32

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.77%

 BLUE value IS 50 (19.92% from 255) = 12.17%

R = 34.06%
G = 53.77%
B = 12.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#8CDD32 (or 0x8CDD32) is known color: Yellow Green. HEX triplet: 8C, DD and 32. RGB value is (140,221,50). Sum of RGB (Red+Green+Blue) = 140+221+50=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 221 (86.72% from 255 or 53.77% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDD32 is #7322CD. Grayscale: #B1B1B1. Windows color (decimal): -7545550 or 3333516. OLE color: 3333516.

HSL color Cylindrical-coordinate representation of color #8CDD32: hue angle of 88.42º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8CDD32 is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 221 50 -
CMYK 0.37 0 0.77 0.13
HSL 88.42º 0.72% 0.53% -
HSV(B) 88.42º 0.77% 0.87% -
XYZ 37.25 57.52 12.16 -
YUV 177.29 56.16 101.4 -
System Red Green Blue C M Y K H S L
Decimal 140 221 50 0.37 0 0.77 0.13 88.42 0.72 0.53
Hex 8C DD 32 25 0 4D D 58 48 35
Octal 214 335 62 45 0 115 15 130 110 65
Binary 10001100 11011101 110010 100101 0 1001101 1101 1011000 1001000 110101

Color Harmonies of #8CDD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDD32

Black with #8CDD32

Text Example


Text Example

White with #8CDD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,221,50); }

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

background-color css

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

 a { background-color: rgb(140,221,50); }

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

border-color css

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

 span { border-color: rgb(140,221,50); }

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