Shades of Reef #DCF59B
Tints of Reef #DCF59B
RGB
CMYK
RGB Variations
Color information
#DCF59B (or 0xDCF59B) is known color: Reef. HEX triplet: DC, F5 and 9B. RGB value is (220,245,155). Sum of RGB (Red+Green+Blue) = 220+245+155=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 245 (96.09% from 255 or 39.52% from 620); Blue value is 155 (60.94% from 255 or 25% from 620); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF59B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF59B is #230A64. Grayscale: #E3E3E3. Windows color (decimal): -2296421 or 10221020. OLE color: 10221020.
HSL color Cylindrical-coordinate representation of color #DCF59B: hue angle of 76.67º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCF59B is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 155 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.04 |
| HSL | 76.67º | 0.82% | 0.78% | - |
| HSV(B) | 76.67º | 0.37% | 0.96% | - |
| XYZ | 68.08 | 82.89 | 43.42 | - |
| YUV | 227.27 | 87.22 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 155 | 0.10 | 0 | 0.37 | 0.04 | 76.67 | 0.82 | 0.78 |
| Hex | DC | F5 | 9B | A | 0 | 25 | 4 | 4D | 52 | 4E |
| Octal | 334 | 365 | 233 | 12 | 0 | 45 | 4 | 115 | 122 | 116 |
| Binary | 11011100 | 11110101 | 10011011 | 1010 | 0 | 100101 | 100 | 1001101 | 1010010 | 1001110 |
Color Harmonies of #DCF59B
Complementary color
Monochromatic Colors of #DCF59B
Black with #DCF59B
Text Example
Text Example
White with #DCF59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF59B; }
p { color: rgb(220,245,155); }
H1.HeaderClassName
{
color: #DCF59B;
}
.AnyTagClassName
{
color: #DCF59B;
}
</style>
background-color css
<style>
a { background-color: #DCF59B; }
a { background-color: rgb(220,245,155); }
div.DivClassName
{
background-color: #DCF59B;
}
.BgClassName
{
background-color: #DCF59B;
}
</style>
border-color css
<style>
span { border-color: #DCF59B; }
span { border-color: rgb(220,245,155); }
td.TdClassName
{
border-color: #DCF59B;
}
.TagClassName
{
border-color: #DCF59B;
}
</style>