Html Css Color HEX #90D485 De York

📋 copy color: '#90D485'

red 144 ◦ green 212 ◦ blue 133

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

Shades of De York #90D485

Tints of De York #90D485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.2%

R = 29.45%
G = 43.35%
B = 27.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#90D485 (or 0x90D485) is known color: De York. HEX triplet: 90, D4 and 85. RGB value is (144,212,133). Sum of RGB (Red+Green+Blue) = 144+212+133=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 212 - color contains mainly: green. Hex color #90D485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D485 is #6F2B7A. Grayscale: #B6B6B6. Windows color (decimal): -7285627 or 8770704. OLE color: 8770704.

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

Color convert

RGB 144 212 133 -
CMYK 0.32 0 0.37 0.17
HSL 111.65º 0.48% 0.68% -
HSV(B) 111.65º 0.37% 0.83% -
XYZ 39.28 54.71 30.68 -
YUV 182.66 99.97 100.42 -
System Red Green Blue C M Y K H S L
Decimal 144 212 133 0.32 0 0.37 0.17 111.65 0.48 0.68
Hex 90 D4 85 20 0 25 11 70 30 44
Octal 220 324 205 40 0 45 21 160 60 104
Binary 10010000 11010100 10000101 100000 0 100101 10001 1110000 110000 1000100

Color Harmonies of #90D485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D485

Black with #90D485

Text Example


Text Example

White with #90D485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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