Shades of De York #8FCF90
Tints of De York #8FCF90
RGB
CMYK
RGB Variations
Color information
#8FCF90 (or 0x8FCF90) is known color: De York. HEX triplet: 8F, CF and 90. RGB value is (143,207,144). Sum of RGB (Red+Green+Blue) = 143+207+144=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCF90 is #70306F. Grayscale: #B4B4B4. Windows color (decimal): -7352432 or 9490319. OLE color: 9490319.
HSL color Cylindrical-coordinate representation of color #8FCF90: hue angle of 120.94º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCF90 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 207 | 144 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.19 |
| HSL | 120.94º | 0.4% | 0.69% | - |
| HSV(B) | 120.94º | 0.31% | 0.81% | - |
| XYZ | 38.67 | 52.48 | 34.48 | - |
| YUV | 180.68 | 107.3 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 144 | 0.31 | 0 | 0.30 | 0.19 | 120.94 | 0.4 | 0.69 |
| Hex | 8F | CF | 90 | 1F | 0 | 1E | 13 | 79 | 28 | 45 |
| Octal | 217 | 317 | 220 | 37 | 0 | 36 | 23 | 171 | 50 | 105 |
| Binary | 10001111 | 11001111 | 10010000 | 11111 | 0 | 11110 | 10011 | 1111001 | 101000 | 1000101 |
Color Harmonies of #8FCF90
Complementary color
Monochromatic Colors of #8FCF90
Black with #8FCF90
Text Example
Text Example
White with #8FCF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCF90; }
p { color: rgb(143,207,144); }
H1.HeaderClassName
{
color: #8FCF90;
}
.AnyTagClassName
{
color: #8FCF90;
}
</style>
background-color css
<style>
a { background-color: #8FCF90; }
a { background-color: rgb(143,207,144); }
div.DivClassName
{
background-color: #8FCF90;
}
.BgClassName
{
background-color: #8FCF90;
}
</style>
border-color css
<style>
span { border-color: #8FCF90; }
span { border-color: rgb(143,207,144); }
td.TdClassName
{
border-color: #8FCF90;
}
.TagClassName
{
border-color: #8FCF90;
}
</style>