Shades of Reef #DFF695
Tints of Reef #DFF695
RGB
CMYK
RGB Variations
Color information
#DFF695 (or 0xDFF695) is known color: Reef. HEX triplet: DF, F6 and 95. RGB value is (223,246,149). Sum of RGB (Red+Green+Blue) = 223+246+149=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 246 (96.48% from 255 or 39.81% from 618); Blue value is 149 (58.59% from 255 or 24.11% from 618); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF695 is #20096A. Grayscale: #E4E4E4. Windows color (decimal): -2099563 or 9828063. OLE color: 9828063.
HSL color Cylindrical-coordinate representation of color #DFF695: hue angle of 74.23º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFF695 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 246 | 149 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.04 |
| HSL | 74.23º | 0.84% | 0.77% | - |
| HSV(B) | 74.23º | 0.39% | 0.96% | - |
| XYZ | 68.81 | 83.77 | 40.98 | - |
| YUV | 228.07 | 83.38 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 246 | 149 | 0.09 | 0 | 0.39 | 0.04 | 74.23 | 0.84 | 0.77 |
| Hex | DF | F6 | 95 | 9 | 0 | 27 | 4 | 4A | 54 | 4D |
| Octal | 337 | 366 | 225 | 11 | 0 | 47 | 4 | 112 | 124 | 115 |
| Binary | 11011111 | 11110110 | 10010101 | 1001 | 0 | 100111 | 100 | 1001010 | 1010100 | 1001101 |
Color Harmonies of #DFF695
Complementary color
Monochromatic Colors of #DFF695
Black with #DFF695
Text Example
Text Example
White with #DFF695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF695; }
p { color: rgb(223,246,149); }
H1.HeaderClassName
{
color: #DFF695;
}
.AnyTagClassName
{
color: #DFF695;
}
</style>
background-color css
<style>
a { background-color: #DFF695; }
a { background-color: rgb(223,246,149); }
div.DivClassName
{
background-color: #DFF695;
}
.BgClassName
{
background-color: #DFF695;
}
</style>
border-color css
<style>
span { border-color: #DFF695; }
span { border-color: rgb(223,246,149); }
td.TdClassName
{
border-color: #DFF695;
}
.TagClassName
{
border-color: #DFF695;
}
</style>