Shades of Reef #D5FE90
Tints of Reef #D5FE90
RGB
CMYK
RGB Variations
Color information
#D5FE90 (or 0xD5FE90) is known color: Reef. HEX triplet: D5, FE and 90. RGB value is (213,254,144). Sum of RGB (Red+Green+Blue) = 213+254+144=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 144 (56.64% from 255 or 23.57% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FE90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FE90 is #2A016F. Grayscale: #E5E5E5. Windows color (decimal): -2752880 or 9502421. OLE color: 9502421.
HSL color Cylindrical-coordinate representation of color #D5FE90: hue angle of 82.36º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5FE90 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 254 | 144 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.00 |
| HSL | 82.36º | 0.98% | 0.78% | - |
| HSV(B) | 82.36º | 0.43% | 1% | - |
| XYZ | 67.92 | 87.04 | 39.61 | - |
| YUV | 229.2 | 79.92 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 254 | 144 | 0.16 | 0 | 0.43 | 0.00 | 82.36 | 0.98 | 0.78 |
| Hex | D5 | FE | 90 | 10 | 0 | 2B | 0 | 52 | 62 | 4E |
| Octal | 325 | 376 | 220 | 20 | 0 | 53 | 0 | 122 | 142 | 116 |
| Binary | 11010101 | 11111110 | 10010000 | 10000 | 0 | 101011 | 0 | 1010010 | 1100010 | 1001110 |
Color Harmonies of #D5FE90
Complementary color
Monochromatic Colors of #D5FE90
Black with #D5FE90
Text Example
Text Example
White with #D5FE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FE90; }
p { color: rgb(213,254,144); }
H1.HeaderClassName
{
color: #D5FE90;
}
.AnyTagClassName
{
color: #D5FE90;
}
</style>
background-color css
<style>
a { background-color: #D5FE90; }
a { background-color: rgb(213,254,144); }
div.DivClassName
{
background-color: #D5FE90;
}
.BgClassName
{
background-color: #D5FE90;
}
</style>
border-color css
<style>
span { border-color: #D5FE90; }
span { border-color: rgb(213,254,144); }
td.TdClassName
{
border-color: #D5FE90;
}
.TagClassName
{
border-color: #D5FE90;
}
</style>