Shades of Reef #D3ED94
Tints of Reef #D3ED94
RGB
CMYK
RGB Variations
Color information
#D3ED94 (or 0xD3ED94) is known color: Reef. HEX triplet: D3, ED and 94. RGB value is (211,237,148). Sum of RGB (Red+Green+Blue) = 211+237+148=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #D3ED94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3ED94 is #2C126B. Grayscale: #DBDBDB. Windows color (decimal): -2888300 or 9760211. OLE color: 9760211.
HSL color Cylindrical-coordinate representation of color #D3ED94: hue angle of 77.53º degrees, saturation: 0.71, 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 #D3ED94 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 237 | 148 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.07 |
| HSL | 77.53º | 0.71% | 0.75% | - |
| HSV(B) | 77.53º | 0.38% | 0.93% | - |
| XYZ | 62.49 | 76.56 | 39.5 | - |
| YUV | 219.08 | 87.89 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 237 | 148 | 0.11 | 0 | 0.38 | 0.07 | 77.53 | 0.71 | 0.75 |
| Hex | D3 | ED | 94 | B | 0 | 26 | 7 | 4E | 47 | 4B |
| Octal | 323 | 355 | 224 | 13 | 0 | 46 | 7 | 116 | 107 | 113 |
| Binary | 11010011 | 11101101 | 10010100 | 1011 | 0 | 100110 | 111 | 1001110 | 1000111 | 1001011 |
Color Harmonies of #D3ED94
Complementary color
Monochromatic Colors of #D3ED94
Black with #D3ED94
Text Example
Text Example
White with #D3ED94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ED94; }
p { color: rgb(211,237,148); }
H1.HeaderClassName
{
color: #D3ED94;
}
.AnyTagClassName
{
color: #D3ED94;
}
</style>
background-color css
<style>
a { background-color: #D3ED94; }
a { background-color: rgb(211,237,148); }
div.DivClassName
{
background-color: #D3ED94;
}
.BgClassName
{
background-color: #D3ED94;
}
</style>
border-color css
<style>
span { border-color: #D3ED94; }
span { border-color: rgb(211,237,148); }
td.TdClassName
{
border-color: #D3ED94;
}
.TagClassName
{
border-color: #D3ED94;
}
</style>