Shades of Reef #D0ED92
Tints of Reef #D0ED92
RGB
CMYK
RGB Variations
Color information
#D0ED92 (or 0xD0ED92) is known color: Reef. HEX triplet: D0, ED and 92. RGB value is (208,237,146). Sum of RGB (Red+Green+Blue) = 208+237+146=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 146 (57.42% from 255 or 24.70% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0ED92 is #2F126D. Grayscale: #DADADA. Windows color (decimal): -3084910 or 9629136. OLE color: 9629136.
HSL color Cylindrical-coordinate representation of color #D0ED92: hue angle of 79.12º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0ED92 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 146 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.07 |
| HSL | 79.12º | 0.72% | 0.75% | - |
| HSV(B) | 79.12º | 0.38% | 0.93% | - |
| XYZ | 61.48 | 76.05 | 38.63 | - |
| YUV | 217.96 | 87.39 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 146 | 0.12 | 0 | 0.38 | 0.07 | 79.12 | 0.72 | 0.75 |
| Hex | D0 | ED | 92 | C | 0 | 26 | 7 | 4F | 48 | 4B |
| Octal | 320 | 355 | 222 | 14 | 0 | 46 | 7 | 117 | 110 | 113 |
| Binary | 11010000 | 11101101 | 10010010 | 1100 | 0 | 100110 | 111 | 1001111 | 1001000 | 1001011 |
Color Harmonies of #D0ED92
Complementary color
Monochromatic Colors of #D0ED92
Black with #D0ED92
Text Example
Text Example
White with #D0ED92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ED92; }
p { color: rgb(208,237,146); }
H1.HeaderClassName
{
color: #D0ED92;
}
.AnyTagClassName
{
color: #D0ED92;
}
</style>
background-color css
<style>
a { background-color: #D0ED92; }
a { background-color: rgb(208,237,146); }
div.DivClassName
{
background-color: #D0ED92;
}
.BgClassName
{
background-color: #D0ED92;
}
</style>
border-color css
<style>
span { border-color: #D0ED92; }
span { border-color: rgb(208,237,146); }
td.TdClassName
{
border-color: #D0ED92;
}
.TagClassName
{
border-color: #D0ED92;
}
</style>