Shades of Reef #DDFE91
Tints of Reef #DDFE91
RGB
CMYK
RGB Variations
Color information
#DDFE91 (or 0xDDFE91) is known color: Reef. HEX triplet: DD, FE and 91. RGB value is (221,254,145). Sum of RGB (Red+Green+Blue) = 221+254+145=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 145 (57.03% from 255 or 23.39% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFE91 is #22016E. Grayscale: #E8E8E8. Windows color (decimal): -2228591 or 9567965. OLE color: 9567965.
HSL color Cylindrical-coordinate representation of color #DDFE91: hue angle of 78.17º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDFE91 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 145 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.00 |
| HSL | 78.17º | 0.98% | 0.78% | - |
| HSV(B) | 78.17º | 0.43% | 1% | - |
| XYZ | 70.37 | 88.3 | 40.12 | - |
| YUV | 231.71 | 79.07 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 145 | 0.13 | 0 | 0.43 | 0.00 | 78.17 | 0.98 | 0.78 |
| Hex | DD | FE | 91 | D | 0 | 2B | 0 | 4E | 62 | 4E |
| Octal | 335 | 376 | 221 | 15 | 0 | 53 | 0 | 116 | 142 | 116 |
| Binary | 11011101 | 11111110 | 10010001 | 1101 | 0 | 101011 | 0 | 1001110 | 1100010 | 1001110 |
Color Harmonies of #DDFE91
Complementary color
Monochromatic Colors of #DDFE91
Black with #DDFE91
Text Example
Text Example
White with #DDFE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE91; }
p { color: rgb(221,254,145); }
H1.HeaderClassName
{
color: #DDFE91;
}
.AnyTagClassName
{
color: #DDFE91;
}
</style>
background-color css
<style>
a { background-color: #DDFE91; }
a { background-color: rgb(221,254,145); }
div.DivClassName
{
background-color: #DDFE91;
}
.BgClassName
{
background-color: #DDFE91;
}
</style>
border-color css
<style>
span { border-color: #DDFE91; }
span { border-color: rgb(221,254,145); }
td.TdClassName
{
border-color: #DDFE91;
}
.TagClassName
{
border-color: #DDFE91;
}
</style>