Shades of Reef #DCFC90
Tints of Reef #DCFC90
RGB
CMYK
RGB Variations
Color information
#DCFC90 (or 0xDCFC90) is known color: Reef. HEX triplet: DC, FC and 90. RGB value is (220,252,144). Sum of RGB (Red+Green+Blue) = 220+252+144=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 144 (56.64% from 255 or 23.38% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC90 is #23036F. Grayscale: #E6E6E6. Windows color (decimal): -2294640 or 9501916. OLE color: 9501916.
HSL color Cylindrical-coordinate representation of color #DCFC90: hue angle of 77.78º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCFC90 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 144 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.01 |
| HSL | 77.78º | 0.95% | 0.78% | - |
| HSV(B) | 77.78º | 0.43% | 0.99% | - |
| XYZ | 69.36 | 86.85 | 39.49 | - |
| YUV | 230.12 | 79.4 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 144 | 0.13 | 0 | 0.43 | 0.01 | 77.78 | 0.95 | 0.78 |
| Hex | DC | FC | 90 | D | 0 | 2B | 1 | 4E | 5F | 4E |
| Octal | 334 | 374 | 220 | 15 | 0 | 53 | 1 | 116 | 137 | 116 |
| Binary | 11011100 | 11111100 | 10010000 | 1101 | 0 | 101011 | 1 | 1001110 | 1011111 | 1001110 |
Color Harmonies of #DCFC90
Complementary color
Monochromatic Colors of #DCFC90
Black with #DCFC90
Text Example
Text Example
White with #DCFC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC90; }
p { color: rgb(220,252,144); }
H1.HeaderClassName
{
color: #DCFC90;
}
.AnyTagClassName
{
color: #DCFC90;
}
</style>
background-color css
<style>
a { background-color: #DCFC90; }
a { background-color: rgb(220,252,144); }
div.DivClassName
{
background-color: #DCFC90;
}
.BgClassName
{
background-color: #DCFC90;
}
</style>
border-color css
<style>
span { border-color: #DCFC90; }
span { border-color: rgb(220,252,144); }
td.TdClassName
{
border-color: #DCFC90;
}
.TagClassName
{
border-color: #DCFC90;
}
</style>