Shades of Reef #D0FD9A
Tints of Reef #D0FD9A
RGB
CMYK
RGB Variations
Color information
#D0FD9A (or 0xD0FD9A) is known color: Reef. HEX triplet: D0, FD and 9A. RGB value is (208,253,154). Sum of RGB (Red+Green+Blue) = 208+253+154=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 154 (60.55% from 255 or 25.04% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FD9A is #2F0265. Grayscale: #E4E4E4. Windows color (decimal): -3080806 or 10157520. OLE color: 10157520.
HSL color Cylindrical-coordinate representation of color #D0FD9A: hue angle of 87.27º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0FD9A is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 154 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.01 |
| HSL | 87.27º | 0.96% | 0.8% | - |
| HSV(B) | 87.27º | 0.39% | 0.99% | - |
| XYZ | 66.97 | 85.99 | 43.64 | - |
| YUV | 228.26 | 86.09 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 154 | 0.18 | 0 | 0.39 | 0.01 | 87.27 | 0.96 | 0.8 |
| Hex | D0 | FD | 9A | 12 | 0 | 27 | 1 | 57 | 60 | 50 |
| Octal | 320 | 375 | 232 | 22 | 0 | 47 | 1 | 127 | 140 | 120 |
| Binary | 11010000 | 11111101 | 10011010 | 10010 | 0 | 100111 | 1 | 1010111 | 1100000 | 1010000 |
Color Harmonies of #D0FD9A
Complementary color
Monochromatic Colors of #D0FD9A
Black with #D0FD9A
Text Example
Text Example
White with #D0FD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FD9A; }
p { color: rgb(208,253,154); }
H1.HeaderClassName
{
color: #D0FD9A;
}
.AnyTagClassName
{
color: #D0FD9A;
}
</style>
background-color css
<style>
a { background-color: #D0FD9A; }
a { background-color: rgb(208,253,154); }
div.DivClassName
{
background-color: #D0FD9A;
}
.BgClassName
{
background-color: #D0FD9A;
}
</style>
border-color css
<style>
span { border-color: #D0FD9A; }
span { border-color: rgb(208,253,154); }
td.TdClassName
{
border-color: #D0FD9A;
}
.TagClassName
{
border-color: #D0FD9A;
}
</style>