Html Css Color HEX #8CC890 De York

📋 copy color: '#8CC890'

red 140 ◦ green 200 ◦ blue 144

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

Shades of De York #8CC890

Tints of De York #8CC890

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.32%

 BLUE value IS 144 (56.64% from 255) = 29.75%

R = 28.93%
G = 41.32%
B = 29.75%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#8CC890 (or 0x8CC890) is known color: De York. HEX triplet: 8C, C8 and 90. RGB value is (140,200,144). Sum of RGB (Red+Green+Blue) = 140+200+144=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC890 is #73376F. Grayscale: #AFAFAF. Windows color (decimal): -7550832 or 9488524. OLE color: 9488524.

HSL color Cylindrical-coordinate representation of color #8CC890: hue angle of 124º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC890 is Cyan = 0.3, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 200 144 -
CMYK 0.3 0 0.28 0.22
HSL 124º 0.35% 0.67% -
HSV(B) 124º 0.3% 0.78% -
XYZ 36.5 48.9 33.9 -
YUV 175.68 110.12 102.55 -
System Red Green Blue C M Y K H S L
Decimal 140 200 144 0.3 0 0.28 0.22 124 0.35 0.67
Hex 8C C8 90 1E 0 1C 16 7C 23 43
Octal 214 310 220 36 0 34 26 174 43 103
Binary 10001100 11001000 10010000 11110 0 11100 10110 1111100 100011 1000011

Color Harmonies of #8CC890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC890

Black with #8CC890

Text Example


Text Example

White with #8CC890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,200,144); }

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

background-color css

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

 a { background-color: rgb(140,200,144); }

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

border-color css

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

 span { border-color: rgb(140,200,144); }

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