Shades of Reef #DCF395
Tints of Reef #DCF395
RGB
CMYK
RGB Variations
Color information
#DCF395 (or 0xDCF395) is known color: Reef. HEX triplet: DC, F3 and 95. RGB value is (220,243,149). Sum of RGB (Red+Green+Blue) = 220+243+149=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 243 (95.31% from 255 or 39.71% from 612); Blue value is 149 (58.59% from 255 or 24.35% from 612); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF395 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF395 is #230C6A. Grayscale: #E1E1E1. Windows color (decimal): -2296939 or 9827292. OLE color: 9827292.
HSL color Cylindrical-coordinate representation of color #DCF395: hue angle of 74.68º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCF395 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 149 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.05 |
| HSL | 74.68º | 0.8% | 0.77% | - |
| HSV(B) | 74.68º | 0.39% | 0.95% | - |
| XYZ | 66.99 | 81.49 | 40.63 | - |
| YUV | 225.41 | 84.88 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 149 | 0.09 | 0 | 0.39 | 0.05 | 74.68 | 0.8 | 0.77 |
| Hex | DC | F3 | 95 | 9 | 0 | 27 | 5 | 4B | 50 | 4D |
| Octal | 334 | 363 | 225 | 11 | 0 | 47 | 5 | 113 | 120 | 115 |
| Binary | 11011100 | 11110011 | 10010101 | 1001 | 0 | 100111 | 101 | 1001011 | 1010000 | 1001101 |
Color Harmonies of #DCF395
Complementary color
Monochromatic Colors of #DCF395
Black with #DCF395
Text Example
Text Example
White with #DCF395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF395; }
p { color: rgb(220,243,149); }
H1.HeaderClassName
{
color: #DCF395;
}
.AnyTagClassName
{
color: #DCF395;
}
</style>
background-color css
<style>
a { background-color: #DCF395; }
a { background-color: rgb(220,243,149); }
div.DivClassName
{
background-color: #DCF395;
}
.BgClassName
{
background-color: #DCF395;
}
</style>
border-color css
<style>
span { border-color: #DCF395; }
span { border-color: rgb(220,243,149); }
td.TdClassName
{
border-color: #DCF395;
}
.TagClassName
{
border-color: #DCF395;
}
</style>