Shades of Reef #DCFF92
Tints of Reef #DCFF92
RGB
CMYK
RGB Variations
Color information
#DCFF92 (or 0xDCFF92) is known color: Reef. HEX triplet: DC, FF and 92. RGB value is (220,255,146). Sum of RGB (Red+Green+Blue) = 220+255+146=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 146 (57.42% from 255 or 23.51% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFF92 is #23006D. Grayscale: #E8E8E8. Windows color (decimal): -2293870 or 9633756. OLE color: 9633756.
HSL color Cylindrical-coordinate representation of color #DCFF92: hue angle of 79.27º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCFF92 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 146 | - |
| CMYK | 0.14 | 0 | 0.43 | 0 |
| HSL | 79.27º | 1% | 0.79% | - |
| HSV(B) | 79.27º | 0.43% | 1% | - |
| XYZ | 70.46 | 88.81 | 40.62 | - |
| YUV | 232.11 | 79.4 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 146 | 0.14 | 0 | 0.43 | 0 | 79.27 | 1 | 0.79 |
| Hex | DC | FF | 92 | E | 0 | 2B | 0 | 4F | 64 | 4F |
| Octal | 334 | 377 | 222 | 16 | 0 | 53 | 0 | 117 | 144 | 117 |
| Binary | 11011100 | 11111111 | 10010010 | 1110 | 0 | 101011 | 0 | 1001111 | 1100100 | 1001111 |
Color Harmonies of #DCFF92
Complementary color
Monochromatic Colors of #DCFF92
Black with #DCFF92
Text Example
Text Example
White with #DCFF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF92; }
p { color: rgb(220,255,146); }
H1.HeaderClassName
{
color: #DCFF92;
}
.AnyTagClassName
{
color: #DCFF92;
}
</style>
background-color css
<style>
a { background-color: #DCFF92; }
a { background-color: rgb(220,255,146); }
div.DivClassName
{
background-color: #DCFF92;
}
.BgClassName
{
background-color: #DCFF92;
}
</style>
border-color css
<style>
span { border-color: #DCFF92; }
span { border-color: rgb(220,255,146); }
td.TdClassName
{
border-color: #DCFF92;
}
.TagClassName
{
border-color: #DCFF92;
}
</style>