Shades of Reef #DDFC95
Tints of Reef #DDFC95
RGB
CMYK
RGB Variations
Color information
#DDFC95 (or 0xDDFC95) is known color: Reef. HEX triplet: DD, FC and 95. RGB value is (221,252,149). Sum of RGB (Red+Green+Blue) = 221+252+149=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 149 (58.59% from 255 or 23.95% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFC95 is #22036A. Grayscale: #E7E7E7. Windows color (decimal): -2229099 or 9829597. OLE color: 9829597.
HSL color Cylindrical-coordinate representation of color #DDFC95: hue angle of 78.06º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDFC95 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 252 | 149 | - |
CMYK | 0.12 | 0 | 0.41 | 0.01 |
HSL | 78.06º | 0.94% | 0.79% | - |
HSV(B) | 78.06º | 0.41% | 0.99% | - |
XYZ | 70.05 | 87.16 | 41.57 | - |
YUV | 230.99 | 81.73 | 120.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 252 | 149 | 0.12 | 0 | 0.41 | 0.01 | 78.06 | 0.94 | 0.79 |
Hex | DD | FC | 95 | C | 0 | 29 | 1 | 4E | 5E | 4F |
Octal | 335 | 374 | 225 | 14 | 0 | 51 | 1 | 116 | 136 | 117 |
Binary | 11011101 | 11111100 | 10010101 | 1100 | 0 | 101001 | 1 | 1001110 | 1011110 | 1001111 |
Color Harmonies of #DDFC95
Complementary color
Monochromatic Colors of #DDFC95
Black with #DDFC95
Text Example
Text Example
White with #DDFC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC95; }
p { color: rgb(221,252,149); }
H1.HeaderClassName
{
color: #DDFC95;
}
.AnyTagClassName
{
color: #DDFC95;
}
</style>
background-color css
<style>
a { background-color: #DDFC95; }
a { background-color: rgb(221,252,149); }
div.DivClassName
{
background-color: #DDFC95;
}
.BgClassName
{
background-color: #DDFC95;
}
</style>
border-color css
<style>
span { border-color: #DDFC95; }
span { border-color: rgb(221,252,149); }
td.TdClassName
{
border-color: #DDFC95;
}
.TagClassName
{
border-color: #DDFC95;
}
</style>