Shades of Reef #DDF09A
Tints of Reef #DDF09A
RGB
CMYK
RGB Variations
Color information
#DDF09A (or 0xDDF09A) is known color: Reef. HEX triplet: DD, F0 and 9A. RGB value is (221,240,154). Sum of RGB (Red+Green+Blue) = 221+240+154=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 154 (60.55% from 255 or 25.04% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF09A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF09A is #220F65. Grayscale: #E0E0E0. Windows color (decimal): -2232166 or 10154205. OLE color: 10154205.
HSL color Cylindrical-coordinate representation of color #DDF09A: hue angle of 73.26º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDF09A is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 154 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.06 |
| HSL | 73.26º | 0.74% | 0.77% | - |
| HSV(B) | 73.26º | 0.36% | 0.94% | - |
| XYZ | 66.81 | 80.03 | 42.5 | - |
| YUV | 224.52 | 88.21 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 154 | 0.08 | 0 | 0.36 | 0.06 | 73.26 | 0.74 | 0.77 |
| Hex | DD | F0 | 9A | 8 | 0 | 24 | 6 | 49 | 4A | 4D |
| Octal | 335 | 360 | 232 | 10 | 0 | 44 | 6 | 111 | 112 | 115 |
| Binary | 11011101 | 11110000 | 10011010 | 1000 | 0 | 100100 | 110 | 1001001 | 1001010 | 1001101 |
Color Harmonies of #DDF09A
Complementary color
Monochromatic Colors of #DDF09A
Black with #DDF09A
Text Example
Text Example
White with #DDF09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF09A; }
p { color: rgb(221,240,154); }
H1.HeaderClassName
{
color: #DDF09A;
}
.AnyTagClassName
{
color: #DDF09A;
}
</style>
background-color css
<style>
a { background-color: #DDF09A; }
a { background-color: rgb(221,240,154); }
div.DivClassName
{
background-color: #DDF09A;
}
.BgClassName
{
background-color: #DDF09A;
}
</style>
border-color css
<style>
span { border-color: #DDF09A; }
span { border-color: rgb(221,240,154); }
td.TdClassName
{
border-color: #DDF09A;
}
.TagClassName
{
border-color: #DDF09A;
}
</style>