Html Css Color HEX #90D08E De York

📋 copy color: '#90D08E'

red 144 ◦ green 208 ◦ blue 142

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

Shades of De York #90D08E

Tints of De York #90D08E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.11%

 BLUE value IS 142 (55.86% from 255) = 28.74%

R = 29.15%
G = 42.11%
B = 28.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#90D08E (or 0x90D08E) is known color: De York. HEX triplet: 90, D0 and 8E. RGB value is (144,208,142). Sum of RGB (Red+Green+Blue) = 144+208+142=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #90D08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D08E is #6F2F71. Grayscale: #B5B5B5. Windows color (decimal): -7286642 or 9359504. OLE color: 9359504.

HSL color Cylindrical-coordinate representation of color #90D08E: hue angle of 118.18º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90D08E is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 144 208 142 -
CMYK 0.31 0 0.32 0.18
HSL 118.18º 0.41% 0.69% -
HSV(B) 118.18º 0.32% 0.82% -
XYZ 38.94 52.99 33.77 -
YUV 181.34 105.8 101.37 -
System Red Green Blue C M Y K H S L
Decimal 144 208 142 0.31 0 0.32 0.18 118.18 0.41 0.69
Hex 90 D0 8E 1F 0 20 12 76 29 45
Octal 220 320 216 37 0 40 22 166 51 105
Binary 10010000 11010000 10001110 11111 0 100000 10010 1110110 101001 1000101

Color Harmonies of #90D08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D08E

Black with #90D08E

Text Example


Text Example

White with #90D08E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,208,142); }

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

background-color css

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

 a { background-color: rgb(144,208,142); }

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

border-color css

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

 span { border-color: rgb(144,208,142); }

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