#90cd8f

Color #90CD8F De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #90CD8F

Tints of De York #90CD8F

Color information

#90CD8F (or 0x90CD8F) is unknown color: approx De York. HEX triplet: 90, CD and 8F. RGB value is (144,205,143). Sum of RGB (Red+Green+Blue) = 144+205+143=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #90CD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CD8F is #6F3270. Grayscale: #B3B3B3. Windows color (decimal): -7287409 or 9424272. OLE color: 9424272.

HSL color Cylindrical-coordinate representation of color #90CD8F: hue angle of 119.03º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CD8F is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB144205143-
CMYK0.3000.300.20
HSL119.03º38.27%68.24%-
HSV(B)119.03º30.24%80.39%-
XYZ38.2951.5833.92-
YUV179.69107.29102.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.27%
GREEN value IS 205 (80.47% from 255) = 41.67%
BLUE value IS 143 (56.25% from 255) = 29.07%
R=29.27%
G=41.67%
B=29.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1442051430.3000.300.20119.0338.2768.24
Hex90CD8F1E01E14772644
Octal220315217360362416746104
Binary100100001100110110001111111100111101010011101111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90cd8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #90cd8f;
 }
 .AnyTagClassName
 {
   color: #90cd8f;
 }
</style>
background-color css

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

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

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

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

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

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