Shades of Reef #D5F49A
Tints of Reef #D5F49A
RGB
CMYK
RGB Variations
Color information
#D5F49A (or 0xD5F49A) is known color: Reef. HEX triplet: D5, F4 and 9A. RGB value is (213,244,154). Sum of RGB (Red+Green+Blue) = 213+244+154=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 244 (95.70% from 255 or 39.93% from 611); Blue value is 154 (60.55% from 255 or 25.20% from 611); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F49A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F49A is #2A0B65. Grayscale: #E0E0E0. Windows color (decimal): -2755430 or 10155221. OLE color: 10155221.
HSL color Cylindrical-coordinate representation of color #D5F49A: hue angle of 80.67º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D5F49A is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 244 | 154 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.04 |
| HSL | 80.67º | 0.8% | 0.78% | - |
| HSV(B) | 80.67º | 0.37% | 0.96% | - |
| XYZ | 65.62 | 81.18 | 42.78 | - |
| YUV | 224.47 | 88.23 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 244 | 154 | 0.13 | 0 | 0.37 | 0.04 | 80.67 | 0.8 | 0.78 |
| Hex | D5 | F4 | 9A | D | 0 | 25 | 4 | 51 | 50 | 4E |
| Octal | 325 | 364 | 232 | 15 | 0 | 45 | 4 | 121 | 120 | 116 |
| Binary | 11010101 | 11110100 | 10011010 | 1101 | 0 | 100101 | 100 | 1010001 | 1010000 | 1001110 |
Color Harmonies of #D5F49A
Complementary color
Monochromatic Colors of #D5F49A
Black with #D5F49A
Text Example
Text Example
White with #D5F49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F49A; }
p { color: rgb(213,244,154); }
H1.HeaderClassName
{
color: #D5F49A;
}
.AnyTagClassName
{
color: #D5F49A;
}
</style>
background-color css
<style>
a { background-color: #D5F49A; }
a { background-color: rgb(213,244,154); }
div.DivClassName
{
background-color: #D5F49A;
}
.BgClassName
{
background-color: #D5F49A;
}
</style>
border-color css
<style>
span { border-color: #D5F49A; }
span { border-color: rgb(213,244,154); }
td.TdClassName
{
border-color: #D5F49A;
}
.TagClassName
{
border-color: #D5F49A;
}
</style>