Shades of Reef #D5F99A
Tints of Reef #D5F99A
RGB
CMYK
RGB Variations
Color information
#D5F99A (or 0xD5F99A) is known color: Reef. HEX triplet: D5, F9 and 9A. RGB value is (213,249,154). Sum of RGB (Red+Green+Blue) = 213+249+154=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 249 (97.66% from 255 or 40.42% from 616); Blue value is 154 (60.55% from 255 or 25% from 616); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F99A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F99A is #2A0665. Grayscale: #E3E3E3. Windows color (decimal): -2754150 or 10156501. OLE color: 10156501.
HSL color Cylindrical-coordinate representation of color #D5F99A: hue angle of 82.74º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5F99A is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 249 | 154 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.02 |
| HSL | 82.74º | 0.89% | 0.79% | - |
| HSV(B) | 82.74º | 0.38% | 0.98% | - |
| XYZ | 67.15 | 84.23 | 43.29 | - |
| YUV | 227.41 | 86.57 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 249 | 154 | 0.14 | 0 | 0.38 | 0.02 | 82.74 | 0.89 | 0.79 |
| Hex | D5 | F9 | 9A | E | 0 | 26 | 2 | 53 | 59 | 4F |
| Octal | 325 | 371 | 232 | 16 | 0 | 46 | 2 | 123 | 131 | 117 |
| Binary | 11010101 | 11111001 | 10011010 | 1110 | 0 | 100110 | 10 | 1010011 | 1011001 | 1001111 |
Color Harmonies of #D5F99A
Complementary color
Monochromatic Colors of #D5F99A
Black with #D5F99A
Text Example
Text Example
White with #D5F99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F99A; }
p { color: rgb(213,249,154); }
H1.HeaderClassName
{
color: #D5F99A;
}
.AnyTagClassName
{
color: #D5F99A;
}
</style>
background-color css
<style>
a { background-color: #D5F99A; }
a { background-color: rgb(213,249,154); }
div.DivClassName
{
background-color: #D5F99A;
}
.BgClassName
{
background-color: #D5F99A;
}
</style>
border-color css
<style>
span { border-color: #D5F99A; }
span { border-color: rgb(213,249,154); }
td.TdClassName
{
border-color: #D5F99A;
}
.TagClassName
{
border-color: #D5F99A;
}
</style>