Shades of Reef #D5F394
Tints of Reef #D5F394
RGB
CMYK
RGB Variations
Color information
#D5F394 (or 0xD5F394) is known color: Reef. HEX triplet: D5, F3 and 94. RGB value is (213,243,148). Sum of RGB (Red+Green+Blue) = 213+243+148=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 243 (95.31% from 255 or 40.23% from 604); Blue value is 148 (58.20% from 255 or 24.50% from 604); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F394 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F394 is #2A0C6B. Grayscale: #DFDFDF. Windows color (decimal): -2755692 or 9761749. OLE color: 9761749.
HSL color Cylindrical-coordinate representation of color #D5F394: hue angle of 78.95º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D5F394 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 243 | 148 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.05 |
| HSL | 78.95º | 0.8% | 0.77% | - |
| HSV(B) | 78.95º | 0.39% | 0.95% | - |
| XYZ | 64.84 | 80.39 | 40.12 | - |
| YUV | 223.2 | 85.56 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 243 | 148 | 0.12 | 0 | 0.39 | 0.05 | 78.95 | 0.8 | 0.77 |
| Hex | D5 | F3 | 94 | C | 0 | 27 | 5 | 4F | 50 | 4D |
| Octal | 325 | 363 | 224 | 14 | 0 | 47 | 5 | 117 | 120 | 115 |
| Binary | 11010101 | 11110011 | 10010100 | 1100 | 0 | 100111 | 101 | 1001111 | 1010000 | 1001101 |
Color Harmonies of #D5F394
Complementary color
Monochromatic Colors of #D5F394
Black with #D5F394
Text Example
Text Example
White with #D5F394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F394; }
p { color: rgb(213,243,148); }
H1.HeaderClassName
{
color: #D5F394;
}
.AnyTagClassName
{
color: #D5F394;
}
</style>
background-color css
<style>
a { background-color: #D5F394; }
a { background-color: rgb(213,243,148); }
div.DivClassName
{
background-color: #D5F394;
}
.BgClassName
{
background-color: #D5F394;
}
</style>
border-color css
<style>
span { border-color: #D5F394; }
span { border-color: rgb(213,243,148); }
td.TdClassName
{
border-color: #D5F394;
}
.TagClassName
{
border-color: #D5F394;
}
</style>