Shades of Reef #D5F192
Tints of Reef #D5F192
RGB
CMYK
RGB Variations
Color information
#D5F192 (or 0xD5F192) is known color: Reef. HEX triplet: D5, F1 and 92. RGB value is (213,241,146). Sum of RGB (Red+Green+Blue) = 213+241+146=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 146 (57.42% from 255 or 24.33% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F192 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F192 is #2A0E6D. Grayscale: #DEDEDE. Windows color (decimal): -2756206 or 9630165. OLE color: 9630165.
HSL color Cylindrical-coordinate representation of color #D5F192: hue angle of 77.68º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D5F192 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 241 | 146 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.05 |
| HSL | 77.68º | 0.77% | 0.76% | - |
| HSV(B) | 77.68º | 0.39% | 0.95% | - |
| XYZ | 64.08 | 79.13 | 39.09 | - |
| YUV | 221.8 | 85.22 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 241 | 146 | 0.12 | 0 | 0.39 | 0.05 | 77.68 | 0.77 | 0.76 |
| Hex | D5 | F1 | 92 | C | 0 | 27 | 5 | 4E | 4D | 4C |
| Octal | 325 | 361 | 222 | 14 | 0 | 47 | 5 | 116 | 115 | 114 |
| Binary | 11010101 | 11110001 | 10010010 | 1100 | 0 | 100111 | 101 | 1001110 | 1001101 | 1001100 |
Color Harmonies of #D5F192
Complementary color
Monochromatic Colors of #D5F192
Black with #D5F192
Text Example
Text Example
White with #D5F192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F192; }
p { color: rgb(213,241,146); }
H1.HeaderClassName
{
color: #D5F192;
}
.AnyTagClassName
{
color: #D5F192;
}
</style>
background-color css
<style>
a { background-color: #D5F192; }
a { background-color: rgb(213,241,146); }
div.DivClassName
{
background-color: #D5F192;
}
.BgClassName
{
background-color: #D5F192;
}
</style>
border-color css
<style>
span { border-color: #D5F192; }
span { border-color: rgb(213,241,146); }
td.TdClassName
{
border-color: #D5F192;
}
.TagClassName
{
border-color: #D5F192;
}
</style>