Html Css Color HEX #90CF8E De York

📋 copy color: '#90CF8E'

red 144 ◦ green 207 ◦ blue 142

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

Shades of De York #90CF8E

Tints of De York #90CF8E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.99%

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

R = 29.21%
G = 41.99%
B = 28.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#90CF8E (or 0x90CF8E) is known color: De York. HEX triplet: 90, CF and 8E. RGB value is (144,207,142). Sum of RGB (Red+Green+Blue) = 144+207+142=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CF8E is #6F3071. Grayscale: #B4B4B4. Windows color (decimal): -7286898 or 9359248. OLE color: 9359248.

HSL color Cylindrical-coordinate representation of color #90CF8E: hue angle of 118.15º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90CF8E is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 207 142 -
CMYK 0.30 0 0.31 0.19
HSL 118.15º 0.4% 0.68% -
HSV(B) 118.15º 0.31% 0.81% -
XYZ 38.7 52.51 33.69 -
YUV 180.75 106.13 101.79 -
System Red Green Blue C M Y K H S L
Decimal 144 207 142 0.30 0 0.31 0.19 118.15 0.4 0.68
Hex 90 CF 8E 1E 0 1F 13 76 28 44
Octal 220 317 216 36 0 37 23 166 50 104
Binary 10010000 11001111 10001110 11110 0 11111 10011 1110110 101000 1000100

Color Harmonies of #90CF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CF8E

Black with #90CF8E

Text Example


Text Example

White with #90CF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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