Shades of Reef #DCF399
Tints of Reef #DCF399
RGB
CMYK
RGB Variations
Color information
#DCF399 (or 0xDCF399) is known color: Reef. HEX triplet: DC, F3 and 99. RGB value is (220,243,153). Sum of RGB (Red+Green+Blue) = 220+243+153=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 243 (95.31% from 255 or 39.45% from 616); Blue value is 153 (60.16% from 255 or 24.84% from 616); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF399 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF399 is #230C66. Grayscale: #E2E2E2. Windows color (decimal): -2296935 or 10089436. OLE color: 10089436.
HSL color Cylindrical-coordinate representation of color #DCF399: hue angle of 75.33º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCF399 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 153 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.05 |
| HSL | 75.33º | 0.79% | 0.78% | - |
| HSV(B) | 75.33º | 0.37% | 0.95% | - |
| XYZ | 67.32 | 81.62 | 42.34 | - |
| YUV | 225.86 | 86.88 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 153 | 0.09 | 0 | 0.37 | 0.05 | 75.33 | 0.79 | 0.78 |
| Hex | DC | F3 | 99 | 9 | 0 | 25 | 5 | 4B | 4F | 4E |
| Octal | 334 | 363 | 231 | 11 | 0 | 45 | 5 | 113 | 117 | 116 |
| Binary | 11011100 | 11110011 | 10011001 | 1001 | 0 | 100101 | 101 | 1001011 | 1001111 | 1001110 |
Color Harmonies of #DCF399
Complementary color
Monochromatic Colors of #DCF399
Black with #DCF399
Text Example
Text Example
White with #DCF399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF399; }
p { color: rgb(220,243,153); }
H1.HeaderClassName
{
color: #DCF399;
}
.AnyTagClassName
{
color: #DCF399;
}
</style>
background-color css
<style>
a { background-color: #DCF399; }
a { background-color: rgb(220,243,153); }
div.DivClassName
{
background-color: #DCF399;
}
.BgClassName
{
background-color: #DCF399;
}
</style>
border-color css
<style>
span { border-color: #DCF399; }
span { border-color: rgb(220,243,153); }
td.TdClassName
{
border-color: #DCF399;
}
.TagClassName
{
border-color: #DCF399;
}
</style>