Html Css Color HEX #8DCD90 De York

📋 copy color: '#8DCD90'

red 141 ◦ green 205 ◦ blue 144

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

Shades of De York #8DCD90

Tints of De York #8DCD90

RGB

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

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

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

R = 28.78%
G = 41.84%
B = 29.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#8DCD90 (or 0x8DCD90) is known color: De York. HEX triplet: 8D, CD and 90. RGB value is (141,205,144). Sum of RGB (Red+Green+Blue) = 141+205+144=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCD90 is #72326F. Grayscale: #B3B3B3. Windows color (decimal): -7484016 or 9489805. OLE color: 9489805.

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

Color convert

RGB 141 205 144 -
CMYK 0.31 0 0.30 0.20
HSL 122.81º 0.39% 0.68% -
HSV(B) 122.81º 0.31% 0.8% -
XYZ 37.85 51.34 34.3 -
YUV 178.91 108.3 100.96 -
System Red Green Blue C M Y K H S L
Decimal 141 205 144 0.31 0 0.30 0.20 122.81 0.39 0.68
Hex 8D CD 90 1F 0 1E 14 7B 27 44
Octal 215 315 220 37 0 36 24 173 47 104
Binary 10001101 11001101 10010000 11111 0 11110 10100 1111011 100111 1000100

Color Harmonies of #8DCD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCD90

Black with #8DCD90

Text Example


Text Example

White with #8DCD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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