Shades of Reef #D0FBA4
Tints of Reef #D0FBA4
RGB
CMYK
RGB Variations
Color information
#D0FBA4 (or 0xD0FBA4) is known color: Reef. HEX triplet: D0, FB and A4. RGB value is (208,251,164). Sum of RGB (Red+Green+Blue) = 208+251+164=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 251 (98.44% from 255 or 40.29% from 623); Blue value is 164 (64.45% from 255 or 26.32% from 623); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FBA4 is #2F045B. Grayscale: #E4E4E4. Windows color (decimal): -3081308 or 10812368. OLE color: 10812368.
HSL color Cylindrical-coordinate representation of color #D0FBA4: hue angle of 89.66º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0FBA4 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 164 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.02 |
| HSL | 89.66º | 0.92% | 0.81% | - |
| HSV(B) | 89.66º | 0.35% | 0.98% | - |
| XYZ | 67.21 | 85.08 | 48 | - |
| YUV | 228.23 | 91.75 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 164 | 0.17 | 0 | 0.35 | 0.02 | 89.66 | 0.92 | 0.81 |
| Hex | D0 | FB | A4 | 11 | 0 | 23 | 2 | 5A | 5C | 51 |
| Octal | 320 | 373 | 244 | 21 | 0 | 43 | 2 | 132 | 134 | 121 |
| Binary | 11010000 | 11111011 | 10100100 | 10001 | 0 | 100011 | 10 | 1011010 | 1011100 | 1010001 |
Color Harmonies of #D0FBA4
Complementary color
Monochromatic Colors of #D0FBA4
Black with #D0FBA4
Text Example
Text Example
White with #D0FBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FBA4; }
p { color: rgb(208,251,164); }
H1.HeaderClassName
{
color: #D0FBA4;
}
.AnyTagClassName
{
color: #D0FBA4;
}
</style>
background-color css
<style>
a { background-color: #D0FBA4; }
a { background-color: rgb(208,251,164); }
div.DivClassName
{
background-color: #D0FBA4;
}
.BgClassName
{
background-color: #D0FBA4;
}
</style>
border-color css
<style>
span { border-color: #D0FBA4; }
span { border-color: rgb(208,251,164); }
td.TdClassName
{
border-color: #D0FBA4;
}
.TagClassName
{
border-color: #D0FBA4;
}
</style>