Shades of Reef #DDF29A
Tints of Reef #DDF29A
RGB
CMYK
RGB Variations
Color information
#DDF29A (or 0xDDF29A) is known color: Reef. HEX triplet: DD, F2 and 9A. RGB value is (221,242,154). Sum of RGB (Red+Green+Blue) = 221+242+154=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 154 (60.55% from 255 or 24.96% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF29A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF29A is #220D65. Grayscale: #E2E2E2. Windows color (decimal): -2231654 or 10154717. OLE color: 10154717.
HSL color Cylindrical-coordinate representation of color #DDF29A: hue angle of 74.32º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDF29A is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 154 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.05 |
| HSL | 74.32º | 0.77% | 0.78% | - |
| HSV(B) | 74.32º | 0.36% | 0.95% | - |
| XYZ | 67.4 | 81.21 | 42.69 | - |
| YUV | 225.69 | 87.54 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 154 | 0.09 | 0 | 0.36 | 0.05 | 74.32 | 0.77 | 0.78 |
| Hex | DD | F2 | 9A | 9 | 0 | 24 | 5 | 4A | 4D | 4E |
| Octal | 335 | 362 | 232 | 11 | 0 | 44 | 5 | 112 | 115 | 116 |
| Binary | 11011101 | 11110010 | 10011010 | 1001 | 0 | 100100 | 101 | 1001010 | 1001101 | 1001110 |
Color Harmonies of #DDF29A
Complementary color
Monochromatic Colors of #DDF29A
Black with #DDF29A
Text Example
Text Example
White with #DDF29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF29A; }
p { color: rgb(221,242,154); }
H1.HeaderClassName
{
color: #DDF29A;
}
.AnyTagClassName
{
color: #DDF29A;
}
</style>
background-color css
<style>
a { background-color: #DDF29A; }
a { background-color: rgb(221,242,154); }
div.DivClassName
{
background-color: #DDF29A;
}
.BgClassName
{
background-color: #DDF29A;
}
</style>
border-color css
<style>
span { border-color: #DDF29A; }
span { border-color: rgb(221,242,154); }
td.TdClassName
{
border-color: #DDF29A;
}
.TagClassName
{
border-color: #DDF29A;
}
</style>