Html Css Color HEX #8CCD8D De York

📋 copy color: '#8CCD8D'

red 140 ◦ green 205 ◦ blue 141

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

Shades of De York #8CCD8D

Tints of De York #8CCD8D

RGB

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

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

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

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

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #8CCD8D: hue angle of 120.92º 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 #8CCD8D is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 205 141 -
CMYK 0.32 0 0.31 0.20
HSL 120.92º 0.39% 0.68% -
HSV(B) 120.92º 0.32% 0.8% -
XYZ 37.45 51.16 33.1 -
YUV 178.27 106.97 100.7 -
System Red Green Blue C M Y K H S L
Decimal 140 205 141 0.32 0 0.31 0.20 120.92 0.39 0.68
Hex 8C CD 8D 20 0 1F 14 79 27 44
Octal 214 315 215 40 0 37 24 171 47 104
Binary 10001100 11001101 10001101 100000 0 11111 10100 1111001 100111 1000100

Color Harmonies of #8CCD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCD8D

Black with #8CCD8D

Text Example


Text Example

White with #8CCD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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