Html Css Color HEX #8CD17D De York

📋 copy color: '#8CD17D'

red 140 ◦ green 209 ◦ blue 125

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

Shades of De York #8CD17D

Tints of De York #8CD17D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.09%

 BLUE value IS 125 (49.22% from 255) = 26.37%

R = 29.54%
G = 44.09%
B = 26.37%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#8CD17D (or 0x8CD17D) is known color: De York. HEX triplet: 8C, D1 and 7D. RGB value is (140,209,125). Sum of RGB (Red+Green+Blue) = 140+209+125=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #8CD17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD17D is #732E82. Grayscale: #B3B3B3. Windows color (decimal): -7548547 or 8245644. OLE color: 8245644.

HSL color Cylindrical-coordinate representation of color #8CD17D: hue angle of 109.29º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CD17D is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 209 125 -
CMYK 0.33 0 0.40 0.18
HSL 109.29º 0.48% 0.65% -
HSV(B) 109.29º 0.4% 0.82% -
XYZ 37.32 52.66 27.6 -
YUV 178.79 97.64 100.33 -
System Red Green Blue C M Y K H S L
Decimal 140 209 125 0.33 0 0.40 0.18 109.29 0.48 0.65
Hex 8C D1 7D 21 0 28 12 6D 30 41
Octal 214 321 175 41 0 50 22 155 60 101
Binary 10001100 11010001 1111101 100001 0 101000 10010 1101101 110000 1000001

Color Harmonies of #8CD17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD17D

Black with #8CD17D

Text Example


Text Example

White with #8CD17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,209,125); }

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

background-color css

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

 a { background-color: rgb(140,209,125); }

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

border-color css

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

 span { border-color: rgb(140,209,125); }

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