Shades of Reef #D2F29B
Tints of Reef #D2F29B
RGB
CMYK
RGB Variations
Color information
#D2F29B (or 0xD2F29B) is known color: Reef. HEX triplet: D2, F2 and 9B. RGB value is (210,242,155). Sum of RGB (Red+Green+Blue) = 210+242+155=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F29B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F29B is #2D0D64. Grayscale: #DEDEDE. Windows color (decimal): -2952549 or 10220242. OLE color: 10220242.
HSL color Cylindrical-coordinate representation of color #D2F29B: hue angle of 82.07º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D2F29B is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 242 | 155 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.05 |
| HSL | 82.07º | 0.77% | 0.78% | - |
| HSV(B) | 82.07º | 0.36% | 0.95% | - |
| XYZ | 64.25 | 79.57 | 42.98 | - |
| YUV | 222.51 | 89.9 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 242 | 155 | 0.13 | 0 | 0.36 | 0.05 | 82.07 | 0.77 | 0.78 |
| Hex | D2 | F2 | 9B | D | 0 | 24 | 5 | 52 | 4D | 4E |
| Octal | 322 | 362 | 233 | 15 | 0 | 44 | 5 | 122 | 115 | 116 |
| Binary | 11010010 | 11110010 | 10011011 | 1101 | 0 | 100100 | 101 | 1010010 | 1001101 | 1001110 |
Color Harmonies of #D2F29B
Complementary color
Monochromatic Colors of #D2F29B
Black with #D2F29B
Text Example
Text Example
White with #D2F29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F29B; }
p { color: rgb(210,242,155); }
H1.HeaderClassName
{
color: #D2F29B;
}
.AnyTagClassName
{
color: #D2F29B;
}
</style>
background-color css
<style>
a { background-color: #D2F29B; }
a { background-color: rgb(210,242,155); }
div.DivClassName
{
background-color: #D2F29B;
}
.BgClassName
{
background-color: #D2F29B;
}
</style>
border-color css
<style>
span { border-color: #D2F29B; }
span { border-color: rgb(210,242,155); }
td.TdClassName
{
border-color: #D2F29B;
}
.TagClassName
{
border-color: #D2F29B;
}
</style>