Shades of Reef #DDFA90
Tints of Reef #DDFA90
RGB
CMYK
RGB Variations
Color information
#DDFA90 (or 0xDDFA90) is known color: Reef. HEX triplet: DD, FA and 90. RGB value is (221,250,144). Sum of RGB (Red+Green+Blue) = 221+250+144=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 144 (56.64% from 255 or 23.41% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFA90 is #22056F. Grayscale: #E5E5E5. Windows color (decimal): -2229616 or 9501405. OLE color: 9501405.
HSL color Cylindrical-coordinate representation of color #DDFA90: hue angle of 76.42º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDFA90 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 144 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.02 |
| HSL | 76.42º | 0.91% | 0.77% | - |
| HSV(B) | 76.42º | 0.42% | 0.98% | - |
| XYZ | 69.04 | 85.76 | 39.3 | - |
| YUV | 229.25 | 79.89 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 144 | 0.12 | 0 | 0.42 | 0.02 | 76.42 | 0.91 | 0.77 |
| Hex | DD | FA | 90 | C | 0 | 2A | 2 | 4C | 5B | 4D |
| Octal | 335 | 372 | 220 | 14 | 0 | 52 | 2 | 114 | 133 | 115 |
| Binary | 11011101 | 11111010 | 10010000 | 1100 | 0 | 101010 | 10 | 1001100 | 1011011 | 1001101 |
Color Harmonies of #DDFA90
Complementary color
Monochromatic Colors of #DDFA90
Black with #DDFA90
Text Example
Text Example
White with #DDFA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFA90; }
p { color: rgb(221,250,144); }
H1.HeaderClassName
{
color: #DDFA90;
}
.AnyTagClassName
{
color: #DDFA90;
}
</style>
background-color css
<style>
a { background-color: #DDFA90; }
a { background-color: rgb(221,250,144); }
div.DivClassName
{
background-color: #DDFA90;
}
.BgClassName
{
background-color: #DDFA90;
}
</style>
border-color css
<style>
span { border-color: #DDFA90; }
span { border-color: rgb(221,250,144); }
td.TdClassName
{
border-color: #DDFA90;
}
.TagClassName
{
border-color: #DDFA90;
}
</style>