Shades of Reef #D5FA92
Tints of Reef #D5FA92
RGB
CMYK
RGB Variations
Color information
#D5FA92 (or 0xD5FA92) is known color: Reef. HEX triplet: D5, FA and 92. RGB value is (213,250,146). Sum of RGB (Red+Green+Blue) = 213+250+146=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 146 (57.42% from 255 or 23.97% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FA92 is #2A056D. Grayscale: #E3E3E3. Windows color (decimal): -2753902 or 9632469. OLE color: 9632469.
HSL color Cylindrical-coordinate representation of color #D5FA92: hue angle of 81.35º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5FA92 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 146 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.02 |
| HSL | 81.35º | 0.91% | 0.78% | - |
| HSV(B) | 81.35º | 0.42% | 0.98% | - |
| XYZ | 66.81 | 84.59 | 40 | - |
| YUV | 227.08 | 82.24 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 146 | 0.15 | 0 | 0.42 | 0.02 | 81.35 | 0.91 | 0.78 |
| Hex | D5 | FA | 92 | F | 0 | 2A | 2 | 51 | 5B | 4E |
| Octal | 325 | 372 | 222 | 17 | 0 | 52 | 2 | 121 | 133 | 116 |
| Binary | 11010101 | 11111010 | 10010010 | 1111 | 0 | 101010 | 10 | 1010001 | 1011011 | 1001110 |
Color Harmonies of #D5FA92
Complementary color
Monochromatic Colors of #D5FA92
Black with #D5FA92
Text Example
Text Example
White with #D5FA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FA92; }
p { color: rgb(213,250,146); }
H1.HeaderClassName
{
color: #D5FA92;
}
.AnyTagClassName
{
color: #D5FA92;
}
</style>
background-color css
<style>
a { background-color: #D5FA92; }
a { background-color: rgb(213,250,146); }
div.DivClassName
{
background-color: #D5FA92;
}
.BgClassName
{
background-color: #D5FA92;
}
</style>
border-color css
<style>
span { border-color: #D5FA92; }
span { border-color: rgb(213,250,146); }
td.TdClassName
{
border-color: #D5FA92;
}
.TagClassName
{
border-color: #D5FA92;
}
</style>