Shades of Reef #DDF198
Tints of Reef #DDF198
RGB
CMYK
RGB Variations
Color information
#DDF198 (or 0xDDF198) is known color: Reef. HEX triplet: DD, F1 and 98. RGB value is (221,241,152). Sum of RGB (Red+Green+Blue) = 221+241+152=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 152 (59.77% from 255 or 24.76% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF198 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF198 is #220E67. Grayscale: #E1E1E1. Windows color (decimal): -2231912 or 10023389. OLE color: 10023389.
HSL color Cylindrical-coordinate representation of color #DDF198: hue angle of 73.48º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDF198 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 152 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.05 |
| HSL | 73.48º | 0.76% | 0.77% | - |
| HSV(B) | 73.48º | 0.37% | 0.95% | - |
| XYZ | 66.94 | 80.55 | 41.73 | - |
| YUV | 224.87 | 86.87 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 152 | 0.08 | 0 | 0.37 | 0.05 | 73.48 | 0.76 | 0.77 |
| Hex | DD | F1 | 98 | 8 | 0 | 25 | 5 | 49 | 4C | 4D |
| Octal | 335 | 361 | 230 | 10 | 0 | 45 | 5 | 111 | 114 | 115 |
| Binary | 11011101 | 11110001 | 10011000 | 1000 | 0 | 100101 | 101 | 1001001 | 1001100 | 1001101 |
Color Harmonies of #DDF198
Complementary color
Monochromatic Colors of #DDF198
Black with #DDF198
Text Example
Text Example
White with #DDF198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF198; }
p { color: rgb(221,241,152); }
H1.HeaderClassName
{
color: #DDF198;
}
.AnyTagClassName
{
color: #DDF198;
}
</style>
background-color css
<style>
a { background-color: #DDF198; }
a { background-color: rgb(221,241,152); }
div.DivClassName
{
background-color: #DDF198;
}
.BgClassName
{
background-color: #DDF198;
}
</style>
border-color css
<style>
span { border-color: #DDF198; }
span { border-color: rgb(221,241,152); }
td.TdClassName
{
border-color: #DDF198;
}
.TagClassName
{
border-color: #DDF198;
}
</style>