Shades of Reef #DCFD98
Tints of Reef #DCFD98
RGB
CMYK
RGB Variations
Color information
#DCFD98 (or 0xDCFD98) is known color: Reef. HEX triplet: DC, FD and 98. RGB value is (220,253,152). Sum of RGB (Red+Green+Blue) = 220+253+152=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 152 (59.77% from 255 or 24.32% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFD98 is #230267. Grayscale: #E7E7E7. Windows color (decimal): -2294376 or 10026460. OLE color: 10026460.
HSL color Cylindrical-coordinate representation of color #DCFD98: hue angle of 79.6º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCFD98 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 253 | 152 | - |
CMYK | 0.13 | 0 | 0.40 | 0.01 |
HSL | 79.6º | 0.96% | 0.79% | - |
HSV(B) | 79.6º | 0.4% | 0.99% | - |
XYZ | 70.31 | 87.73 | 42.93 | - |
YUV | 231.62 | 83.07 | 119.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 152 | 0.13 | 0 | 0.40 | 0.01 | 79.6 | 0.96 | 0.79 |
Hex | DC | FD | 98 | D | 0 | 28 | 1 | 50 | 60 | 4F |
Octal | 334 | 375 | 230 | 15 | 0 | 50 | 1 | 120 | 140 | 117 |
Binary | 11011100 | 11111101 | 10011000 | 1101 | 0 | 101000 | 1 | 1010000 | 1100000 | 1001111 |
Color Harmonies of #DCFD98
Complementary color
Monochromatic Colors of #DCFD98
Black with #DCFD98
Text Example
Text Example
White with #DCFD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD98; }
p { color: rgb(220,253,152); }
H1.HeaderClassName
{
color: #DCFD98;
}
.AnyTagClassName
{
color: #DCFD98;
}
</style>
background-color css
<style>
a { background-color: #DCFD98; }
a { background-color: rgb(220,253,152); }
div.DivClassName
{
background-color: #DCFD98;
}
.BgClassName
{
background-color: #DCFD98;
}
</style>
border-color css
<style>
span { border-color: #DCFD98; }
span { border-color: rgb(220,253,152); }
td.TdClassName
{
border-color: #DCFD98;
}
.TagClassName
{
border-color: #DCFD98;
}
</style>