Html Css Color HEX #8CDD7C Pastel Green

📋 copy color: '#8CDD7C'

red 140 ◦ green 221 ◦ blue 124

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

Shades of Pastel Green #8CDD7C

Tints of Pastel Green #8CDD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.57%

R = 28.87%
G = 45.57%
B = 25.57%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#8CDD7C (or 0x8CDD7C) is known color: Pastel Green. HEX triplet: 8C, DD and 7C. RGB value is (140,221,124). Sum of RGB (Red+Green+Blue) = 140+221+124=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDD7C is #732283. Grayscale: #BABABA. Windows color (decimal): -7545476 or 8183180. OLE color: 8183180.

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

Color convert

RGB 140 221 124 -
CMYK 0.37 0 0.44 0.13
HSL 110.1º 0.59% 0.68% -
HSV(B) 110.1º 0.44% 0.87% -
XYZ 40.31 58.74 28.28 -
YUV 185.72 93.16 95.39 -
System Red Green Blue C M Y K H S L
Decimal 140 221 124 0.37 0 0.44 0.13 110.1 0.59 0.68
Hex 8C DD 7C 25 0 2C D 6E 3B 44
Octal 214 335 174 45 0 54 15 156 73 104
Binary 10001100 11011101 1111100 100101 0 101100 1101 1101110 111011 1000100

Color Harmonies of #8CDD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDD7C

Black with #8CDD7C

Text Example


Text Example

White with #8CDD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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