Html Css Color HEX #8CCA8D De York

📋 copy color: '#8CCA8D'

red 140 ◦ green 202 ◦ blue 141

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

Shades of De York #8CCA8D

Tints of De York #8CCA8D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.82%

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

R = 28.99%
G = 41.82%
B = 29.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#8CCA8D (or 0x8CCA8D) is known color: De York. HEX triplet: 8C, CA and 8D. RGB value is (140,202,141). Sum of RGB (Red+Green+Blue) = 140+202+141=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCA8D is #733572. Grayscale: #B0B0B0. Windows color (decimal): -7550323 or 9292428. OLE color: 9292428.

HSL color Cylindrical-coordinate representation of color #8CCA8D: hue angle of 120.97º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCA8D is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 202 141 -
CMYK 0.31 0 0.30 0.21
HSL 120.97º 0.37% 0.67% -
HSV(B) 120.97º 0.31% 0.79% -
XYZ 36.74 49.74 32.86 -
YUV 176.51 107.96 101.96 -
System Red Green Blue C M Y K H S L
Decimal 140 202 141 0.31 0 0.30 0.21 120.97 0.37 0.67
Hex 8C CA 8D 1F 0 1E 15 79 25 43
Octal 214 312 215 37 0 36 25 171 45 103
Binary 10001100 11001010 10001101 11111 0 11110 10101 1111001 100101 1000011

Color Harmonies of #8CCA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCA8D

Black with #8CCA8D

Text Example


Text Example

White with #8CCA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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