Html Css Color HEX #8DCC90 De York

📋 copy color: '#8DCC90'

red 141 ◦ green 204 ◦ blue 144

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

Shades of De York #8DCC90

Tints of De York #8DCC90

RGB

 RED value IS 141 (55.47% from 255) = 28.83%

 GREEN value IS 204 (80.08% from 255) = 41.72%

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

R = 28.83%
G = 41.72%
B = 29.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#8DCC90 (or 0x8DCC90) is known color: De York. HEX triplet: 8D, CC and 90. RGB value is (141,204,144). Sum of RGB (Red+Green+Blue) = 141+204+144=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCC90 is #72336F. Grayscale: #B2B2B2. Windows color (decimal): -7484272 or 9489549. OLE color: 9489549.

HSL color Cylindrical-coordinate representation of color #8DCC90: hue angle of 122.86º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCC90 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 204 144 -
CMYK 0.31 0 0.29 0.2
HSL 122.86º 0.38% 0.68% -
HSV(B) 122.86º 0.31% 0.8% -
XYZ 37.61 50.86 34.22 -
YUV 178.32 108.63 101.38 -
System Red Green Blue C M Y K H S L
Decimal 141 204 144 0.31 0 0.29 0.2 122.86 0.38 0.68
Hex 8D CC 90 1F 0 1D 14 7B 26 44
Octal 215 314 220 37 0 35 24 173 46 104
Binary 10001101 11001100 10010000 11111 0 11101 10100 1111011 100110 1000100

Color Harmonies of #8DCC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCC90

Black with #8DCC90

Text Example


Text Example

White with #8DCC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,204,144); }

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

background-color css

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

 a { background-color: rgb(141,204,144); }

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

border-color css

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

 span { border-color: rgb(141,204,144); }

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