Shades of Reef #DCFE92
Tints of Reef #DCFE92
RGB
CMYK
RGB Variations
Color information
#DCFE92 (or 0xDCFE92) is known color: Reef. HEX triplet: DC, FE and 92. RGB value is (220,254,146). Sum of RGB (Red+Green+Blue) = 220+254+146=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 146 (57.42% from 255 or 23.55% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFE92 is #23016D. Grayscale: #E7E7E7. Windows color (decimal): -2294126 or 9633500. OLE color: 9633500.
HSL color Cylindrical-coordinate representation of color #DCFE92: hue angle of 78.89º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCFE92 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 146 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.00 |
| HSL | 78.89º | 0.98% | 0.78% | - |
| HSV(B) | 78.89º | 0.43% | 1% | - |
| XYZ | 70.15 | 88.17 | 40.52 | - |
| YUV | 231.52 | 79.74 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 146 | 0.13 | 0 | 0.43 | 0.00 | 78.89 | 0.98 | 0.78 |
| Hex | DC | FE | 92 | D | 0 | 2B | 0 | 4F | 62 | 4E |
| Octal | 334 | 376 | 222 | 15 | 0 | 53 | 0 | 117 | 142 | 116 |
| Binary | 11011100 | 11111110 | 10010010 | 1101 | 0 | 101011 | 0 | 1001111 | 1100010 | 1001110 |
Color Harmonies of #DCFE92
Complementary color
Monochromatic Colors of #DCFE92
Black with #DCFE92
Text Example
Text Example
White with #DCFE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE92; }
p { color: rgb(220,254,146); }
H1.HeaderClassName
{
color: #DCFE92;
}
.AnyTagClassName
{
color: #DCFE92;
}
</style>
background-color css
<style>
a { background-color: #DCFE92; }
a { background-color: rgb(220,254,146); }
div.DivClassName
{
background-color: #DCFE92;
}
.BgClassName
{
background-color: #DCFE92;
}
</style>
border-color css
<style>
span { border-color: #DCFE92; }
span { border-color: rgb(220,254,146); }
td.TdClassName
{
border-color: #DCFE92;
}
.TagClassName
{
border-color: #DCFE92;
}
</style>