Shades of Reef #D0F19B
Tints of Reef #D0F19B
RGB
CMYK
RGB Variations
Color information
#D0F19B (or 0xD0F19B) is known color: Reef. HEX triplet: D0, F1 and 9B. RGB value is (208,241,155). Sum of RGB (Red+Green+Blue) = 208+241+155=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 155 (60.94% from 255 or 25.66% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F19B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F19B is #2F0E64. Grayscale: #DDDDDD. Windows color (decimal): -3083877 or 10219984. OLE color: 10219984.
HSL color Cylindrical-coordinate representation of color #D0F19B: hue angle of 83.02º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0F19B is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 155 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.05 |
| HSL | 83.02º | 0.75% | 0.78% | - |
| HSV(B) | 83.02º | 0.36% | 0.95% | - |
| XYZ | 63.38 | 78.69 | 42.86 | - |
| YUV | 221.33 | 90.57 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 155 | 0.14 | 0 | 0.36 | 0.05 | 83.02 | 0.75 | 0.78 |
| Hex | D0 | F1 | 9B | E | 0 | 24 | 5 | 53 | 4B | 4E |
| Octal | 320 | 361 | 233 | 16 | 0 | 44 | 5 | 123 | 113 | 116 |
| Binary | 11010000 | 11110001 | 10011011 | 1110 | 0 | 100100 | 101 | 1010011 | 1001011 | 1001110 |
Color Harmonies of #D0F19B
Complementary color
Monochromatic Colors of #D0F19B
Black with #D0F19B
Text Example
Text Example
White with #D0F19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F19B; }
p { color: rgb(208,241,155); }
H1.HeaderClassName
{
color: #D0F19B;
}
.AnyTagClassName
{
color: #D0F19B;
}
</style>
background-color css
<style>
a { background-color: #D0F19B; }
a { background-color: rgb(208,241,155); }
div.DivClassName
{
background-color: #D0F19B;
}
.BgClassName
{
background-color: #D0F19B;
}
</style>
border-color css
<style>
span { border-color: #D0F19B; }
span { border-color: rgb(208,241,155); }
td.TdClassName
{
border-color: #D0F19B;
}
.TagClassName
{
border-color: #D0F19B;
}
</style>