Shades of Reef #DDFF95
Tints of Reef #DDFF95
RGB
CMYK
RGB Variations
Color information
#DDFF95 (or 0xDDFF95) is known color: Reef. HEX triplet: DD, FF and 95. RGB value is (221,255,149). Sum of RGB (Red+Green+Blue) = 221+255+149=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 149 (58.59% from 255 or 23.84% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF95 is #22006A. Grayscale: #E9E9E9. Windows color (decimal): -2228331 or 9830365. OLE color: 9830365.
HSL color Cylindrical-coordinate representation of color #DDFF95: hue angle of 79.25º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDFF95 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 149 | - |
| CMYK | 0.13 | 0 | 0.42 | 0 |
| HSL | 79.25º | 1% | 0.79% | - |
| HSV(B) | 79.25º | 0.42% | 1% | - |
| XYZ | 71 | 89.06 | 41.88 | - |
| YUV | 232.75 | 80.74 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 149 | 0.13 | 0 | 0.42 | 0 | 79.25 | 1 | 0.79 |
| Hex | DD | FF | 95 | D | 0 | 2A | 0 | 4F | 64 | 4F |
| Octal | 335 | 377 | 225 | 15 | 0 | 52 | 0 | 117 | 144 | 117 |
| Binary | 11011101 | 11111111 | 10010101 | 1101 | 0 | 101010 | 0 | 1001111 | 1100100 | 1001111 |
Color Harmonies of #DDFF95
Complementary color
Monochromatic Colors of #DDFF95
Black with #DDFF95
Text Example
Text Example
White with #DDFF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF95; }
p { color: rgb(221,255,149); }
H1.HeaderClassName
{
color: #DDFF95;
}
.AnyTagClassName
{
color: #DDFF95;
}
</style>
background-color css
<style>
a { background-color: #DDFF95; }
a { background-color: rgb(221,255,149); }
div.DivClassName
{
background-color: #DDFF95;
}
.BgClassName
{
background-color: #DDFF95;
}
</style>
border-color css
<style>
span { border-color: #DDFF95; }
span { border-color: rgb(221,255,149); }
td.TdClassName
{
border-color: #DDFF95;
}
.TagClassName
{
border-color: #DDFF95;
}
</style>