Html Css Color HEX #8DCD8C De York

📋 copy color: '#8DCD8C'

red 141 ◦ green 205 ◦ blue 140

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

Shades of De York #8DCD8C

Tints of De York #8DCD8C

RGB

 RED value IS 141 (55.47% from 255) = 29.01%

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

 BLUE value IS 140 (55.08% from 255) = 28.81%

R = 29.01%
G = 42.18%
B = 28.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#8DCD8C (or 0x8DCD8C) is known color: De York. HEX triplet: 8D, CD and 8C. RGB value is (141,205,140). Sum of RGB (Red+Green+Blue) = 141+205+140=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCD8C is #723273. Grayscale: #B2B2B2. Windows color (decimal): -7484020 or 9227661. OLE color: 9227661.

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

Color convert

RGB 141 205 140 -
CMYK 0.31 0 0.32 0.20
HSL 119.08º 0.39% 0.68% -
HSV(B) 119.08º 0.32% 0.8% -
XYZ 37.55 51.22 32.72 -
YUV 178.45 106.3 101.29 -
System Red Green Blue C M Y K H S L
Decimal 141 205 140 0.31 0 0.32 0.20 119.08 0.39 0.68
Hex 8D CD 8C 1F 0 20 14 77 27 44
Octal 215 315 214 37 0 40 24 167 47 104
Binary 10001101 11001101 10001100 11111 0 100000 10100 1110111 100111 1000100

Color Harmonies of #8DCD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCD8C

Black with #8DCD8C

Text Example


Text Example

White with #8DCD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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