Html Css Color HEX #90D48D De York

📋 copy color: '#90D48D'

red 144 ◦ green 212 ◦ blue 141

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

Shades of De York #90D48D

Tints of De York #90D48D

RGB

 RED value IS 144 (56.64% from 255) = 28.97%

 GREEN value IS 212 (83.2% from 255) = 42.66%

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

R = 28.97%
G = 42.66%
B = 28.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#90D48D (or 0x90D48D) is known color: De York. HEX triplet: 90, D4 and 8D. RGB value is (144,212,141). Sum of RGB (Red+Green+Blue) = 144+212+141=497 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.97% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 212 - color contains mainly: green. Hex color #90D48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D48D is #6F2B72. Grayscale: #B7B7B7. Windows color (decimal): -7285619 or 9294992. OLE color: 9294992.

HSL color Cylindrical-coordinate representation of color #90D48D: hue angle of 117.46º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D48D is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 144 212 141 -
CMYK 0.32 0 0.33 0.17
HSL 117.46º 0.45% 0.69% -
HSV(B) 117.46º 0.33% 0.83% -
XYZ 39.85 54.94 33.7 -
YUV 183.57 103.97 99.77 -
System Red Green Blue C M Y K H S L
Decimal 144 212 141 0.32 0 0.33 0.17 117.46 0.45 0.69
Hex 90 D4 8D 20 0 21 11 75 2D 45
Octal 220 324 215 40 0 41 21 165 55 105
Binary 10010000 11010100 10001101 100000 0 100001 10001 1110101 101101 1000101

Color Harmonies of #90D48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D48D

Black with #90D48D

Text Example


Text Example

White with #90D48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90D48D; }

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

 H1.HeaderClassName
 {
   color: #90D48D;
 }
 .AnyTagClassName
 {
   color: #90D48D;
 }
</style>

background-color css

<style>
 a { background-color: #90D48D; }

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

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

border-color css

<style>
 span { border-color: #90D48D; }

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

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