Shades of Reef #D2F39A
Tints of Reef #D2F39A
RGB
CMYK
RGB Variations
Color information
#D2F39A (or 0xD2F39A) is known color: Reef. HEX triplet: D2, F3 and 9A. RGB value is (210,243,154). Sum of RGB (Red+Green+Blue) = 210+243+154=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 243 (95.31% from 255 or 40.03% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F39A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F39A is #2D0C65. Grayscale: #DFDFDF. Windows color (decimal): -2952294 or 10154962. OLE color: 10154962.
HSL color Cylindrical-coordinate representation of color #D2F39A: hue angle of 82.25º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D2F39A is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 154 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.05 |
| HSL | 82.25º | 0.79% | 0.78% | - |
| HSV(B) | 82.25º | 0.37% | 0.95% | - |
| XYZ | 64.46 | 80.14 | 42.64 | - |
| YUV | 222.99 | 89.07 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 154 | 0.14 | 0 | 0.37 | 0.05 | 82.25 | 0.79 | 0.78 |
| Hex | D2 | F3 | 9A | E | 0 | 25 | 5 | 52 | 4F | 4E |
| Octal | 322 | 363 | 232 | 16 | 0 | 45 | 5 | 122 | 117 | 116 |
| Binary | 11010010 | 11110011 | 10011010 | 1110 | 0 | 100101 | 101 | 1010010 | 1001111 | 1001110 |
Color Harmonies of #D2F39A
Complementary color
Monochromatic Colors of #D2F39A
Black with #D2F39A
Text Example
Text Example
White with #D2F39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F39A; }
p { color: rgb(210,243,154); }
H1.HeaderClassName
{
color: #D2F39A;
}
.AnyTagClassName
{
color: #D2F39A;
}
</style>
background-color css
<style>
a { background-color: #D2F39A; }
a { background-color: rgb(210,243,154); }
div.DivClassName
{
background-color: #D2F39A;
}
.BgClassName
{
background-color: #D2F39A;
}
</style>
border-color css
<style>
span { border-color: #D2F39A; }
span { border-color: rgb(210,243,154); }
td.TdClassName
{
border-color: #D2F39A;
}
.TagClassName
{
border-color: #D2F39A;
}
</style>