Html Css Color HEX #8CDA87 De York

📋 copy color: '#8CDA87'

red 140 ◦ green 218 ◦ blue 135

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

Shades of De York #8CDA87

Tints of De York #8CDA87

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.22%

 BLUE value IS 135 (53.13% from 255) = 27.38%

R = 28.4%
G = 44.22%
B = 27.38%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#8CDA87 (or 0x8CDA87) is known color: De York. HEX triplet: 8C, DA and 87. RGB value is (140,218,135). Sum of RGB (Red+Green+Blue) = 140+218+135=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 135 (53.12% from 255 or 27.38% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDA87 is #732578. Grayscale: #B9B9B9. Windows color (decimal): -7546233 or 8903308. OLE color: 8903308.

HSL color Cylindrical-coordinate representation of color #8CDA87: hue angle of 116.39º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CDA87 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 218 135 -
CMYK 0.36 0 0.38 0.15
HSL 116.39º 0.53% 0.69% -
HSV(B) 116.39º 0.38% 0.85% -
XYZ 40.26 57.47 31.89 -
YUV 185.22 99.66 95.75 -
System Red Green Blue C M Y K H S L
Decimal 140 218 135 0.36 0 0.38 0.15 116.39 0.53 0.69
Hex 8C DA 87 24 0 26 F 74 35 45
Octal 214 332 207 44 0 46 17 164 65 105
Binary 10001100 11011010 10000111 100100 0 100110 1111 1110100 110101 1000101

Color Harmonies of #8CDA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDA87

Black with #8CDA87

Text Example


Text Example

White with #8CDA87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,218,135); }

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

background-color css

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

 a { background-color: rgb(140,218,135); }

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

border-color css

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

 span { border-color: rgb(140,218,135); }

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