Shades of Reef #DDF19A
Tints of Reef #DDF19A
RGB
CMYK
RGB Variations
Color information
#DDF19A (or 0xDDF19A) is known color: Reef. HEX triplet: DD, F1 and 9A. RGB value is (221,241,154). Sum of RGB (Red+Green+Blue) = 221+241+154=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 154 (60.55% from 255 or 25% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF19A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF19A is #220E65. Grayscale: #E1E1E1. Windows color (decimal): -2231910 or 10154461. OLE color: 10154461.
HSL color Cylindrical-coordinate representation of color #DDF19A: hue angle of 73.79º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDF19A is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 154 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.05 |
| HSL | 73.79º | 0.76% | 0.77% | - |
| HSV(B) | 73.79º | 0.36% | 0.95% | - |
| XYZ | 67.11 | 80.62 | 42.6 | - |
| YUV | 225.1 | 87.87 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 154 | 0.08 | 0 | 0.36 | 0.05 | 73.79 | 0.76 | 0.77 |
| Hex | DD | F1 | 9A | 8 | 0 | 24 | 5 | 4A | 4C | 4D |
| Octal | 335 | 361 | 232 | 10 | 0 | 44 | 5 | 112 | 114 | 115 |
| Binary | 11011101 | 11110001 | 10011010 | 1000 | 0 | 100100 | 101 | 1001010 | 1001100 | 1001101 |
Color Harmonies of #DDF19A
Complementary color
Monochromatic Colors of #DDF19A
Black with #DDF19A
Text Example
Text Example
White with #DDF19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF19A; }
p { color: rgb(221,241,154); }
H1.HeaderClassName
{
color: #DDF19A;
}
.AnyTagClassName
{
color: #DDF19A;
}
</style>
background-color css
<style>
a { background-color: #DDF19A; }
a { background-color: rgb(221,241,154); }
div.DivClassName
{
background-color: #DDF19A;
}
.BgClassName
{
background-color: #DDF19A;
}
</style>
border-color css
<style>
span { border-color: #DDF19A; }
span { border-color: rgb(221,241,154); }
td.TdClassName
{
border-color: #DDF19A;
}
.TagClassName
{
border-color: #DDF19A;
}
</style>