Shades of Reef #DCFF98
Tints of Reef #DCFF98
RGB
CMYK
RGB Variations
Color information
#DCFF98 (or 0xDCFF98) is known color: Reef. HEX triplet: DC, FF and 98. RGB value is (220,255,152). Sum of RGB (Red+Green+Blue) = 220+255+152=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 152 (59.77% from 255 or 24.24% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFF98 is #230067. Grayscale: #E9E9E9. Windows color (decimal): -2293864 or 10026972. OLE color: 10026972.
HSL color Cylindrical-coordinate representation of color #DCFF98: hue angle of 80.39º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCFF98 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 152 | - |
| CMYK | 0.14 | 0 | 0.40 | 0 |
| HSL | 80.39º | 1% | 0.8% | - |
| HSV(B) | 80.39º | 0.4% | 1% | - |
| XYZ | 70.94 | 89 | 43.15 | - |
| YUV | 232.79 | 82.4 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 152 | 0.14 | 0 | 0.40 | 0 | 80.39 | 1 | 0.8 |
| Hex | DC | FF | 98 | E | 0 | 28 | 0 | 50 | 64 | 50 |
| Octal | 334 | 377 | 230 | 16 | 0 | 50 | 0 | 120 | 144 | 120 |
| Binary | 11011100 | 11111111 | 10011000 | 1110 | 0 | 101000 | 0 | 1010000 | 1100100 | 1010000 |
Color Harmonies of #DCFF98
Complementary color
Monochromatic Colors of #DCFF98
Black with #DCFF98
Text Example
Text Example
White with #DCFF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF98; }
p { color: rgb(220,255,152); }
H1.HeaderClassName
{
color: #DCFF98;
}
.AnyTagClassName
{
color: #DCFF98;
}
</style>
background-color css
<style>
a { background-color: #DCFF98; }
a { background-color: rgb(220,255,152); }
div.DivClassName
{
background-color: #DCFF98;
}
.BgClassName
{
background-color: #DCFF98;
}
</style>
border-color css
<style>
span { border-color: #DCFF98; }
span { border-color: rgb(220,255,152); }
td.TdClassName
{
border-color: #DCFF98;
}
.TagClassName
{
border-color: #DCFF98;
}
</style>