Html Css Color HEX #8CDD7A Pastel Green

📋 copy color: '#8CDD7A'

red 140 ◦ green 221 ◦ blue 122

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

Shades of Pastel Green #8CDD7A

Tints of Pastel Green #8CDD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.26%

R = 28.99%
G = 45.76%
B = 25.26%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#8CDD7A (or 0x8CDD7A) is known color: Pastel Green. HEX triplet: 8C, DD and 7A. RGB value is (140,221,122). Sum of RGB (Red+Green+Blue) = 140+221+122=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDD7A is #732285. Grayscale: #B9B9B9. Windows color (decimal): -7545478 or 8052108. OLE color: 8052108.

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

Color convert

RGB 140 221 122 -
CMYK 0.37 0 0.45 0.13
HSL 109.09º 0.59% 0.67% -
HSV(B) 109.09º 0.45% 0.87% -
XYZ 40.18 58.69 27.62 -
YUV 185.5 92.16 95.55 -
System Red Green Blue C M Y K H S L
Decimal 140 221 122 0.37 0 0.45 0.13 109.09 0.59 0.67
Hex 8C DD 7A 25 0 2D D 6D 3B 43
Octal 214 335 172 45 0 55 15 155 73 103
Binary 10001100 11011101 1111010 100101 0 101101 1101 1101101 111011 1000011

Color Harmonies of #8CDD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDD7A

Black with #8CDD7A

Text Example


Text Example

White with #8CDD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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