Shades of Reef #D4FA92
Tints of Reef #D4FA92
RGB
CMYK
RGB Variations
Color information
#D4FA92 (or 0xD4FA92) is known color: Reef. HEX triplet: D4, FA and 92. RGB value is (212,250,146). Sum of RGB (Red+Green+Blue) = 212+250+146=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 146 (57.42% from 255 or 24.01% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FA92 is #2B056D. Grayscale: #E3E3E3. Windows color (decimal): -2819438 or 9632468. OLE color: 9632468.
HSL color Cylindrical-coordinate representation of color #D4FA92: hue angle of 81.92º 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 #D4FA92 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 146 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.02 |
| HSL | 81.92º | 0.91% | 0.78% | - |
| HSV(B) | 81.92º | 0.42% | 0.98% | - |
| XYZ | 66.53 | 84.44 | 39.99 | - |
| YUV | 226.78 | 82.41 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 146 | 0.15 | 0 | 0.42 | 0.02 | 81.92 | 0.91 | 0.78 |
| Hex | D4 | FA | 92 | F | 0 | 2A | 2 | 52 | 5B | 4E |
| Octal | 324 | 372 | 222 | 17 | 0 | 52 | 2 | 122 | 133 | 116 |
| Binary | 11010100 | 11111010 | 10010010 | 1111 | 0 | 101010 | 10 | 1010010 | 1011011 | 1001110 |
Color Harmonies of #D4FA92
Complementary color
Monochromatic Colors of #D4FA92
Black with #D4FA92
Text Example
Text Example
White with #D4FA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FA92; }
p { color: rgb(212,250,146); }
H1.HeaderClassName
{
color: #D4FA92;
}
.AnyTagClassName
{
color: #D4FA92;
}
</style>
background-color css
<style>
a { background-color: #D4FA92; }
a { background-color: rgb(212,250,146); }
div.DivClassName
{
background-color: #D4FA92;
}
.BgClassName
{
background-color: #D4FA92;
}
</style>
border-color css
<style>
span { border-color: #D4FA92; }
span { border-color: rgb(212,250,146); }
td.TdClassName
{
border-color: #D4FA92;
}
.TagClassName
{
border-color: #D4FA92;
}
</style>