Shades of Reef #CDF7A2
Tints of Reef #CDF7A2
RGB
CMYK
RGB Variations
Color information
#CDF7A2 (or 0xCDF7A2) is known color: Reef. HEX triplet: CD, F7 and A2. RGB value is (205,247,162). Sum of RGB (Red+Green+Blue) = 205+247+162=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 247 (96.88% from 255 or 40.23% from 614); Blue value is 162 (63.67% from 255 or 26.38% from 614); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF7A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF7A2 is #32085D. Grayscale: #E1E1E1. Windows color (decimal): -3278942 or 10680269. OLE color: 10680269.
HSL color Cylindrical-coordinate representation of color #CDF7A2: hue angle of 89.65º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDF7A2 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 162 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.03 |
| HSL | 89.65º | 0.84% | 0.8% | - |
| HSV(B) | 89.65º | 0.34% | 0.97% | - |
| XYZ | 64.96 | 82.11 | 46.61 | - |
| YUV | 224.75 | 92.59 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 162 | 0.17 | 0 | 0.34 | 0.03 | 89.65 | 0.84 | 0.8 |
| Hex | CD | F7 | A2 | 11 | 0 | 22 | 3 | 5A | 54 | 50 |
| Octal | 315 | 367 | 242 | 21 | 0 | 42 | 3 | 132 | 124 | 120 |
| Binary | 11001101 | 11110111 | 10100010 | 10001 | 0 | 100010 | 11 | 1011010 | 1010100 | 1010000 |
Color Harmonies of #CDF7A2
Complementary color
Monochromatic Colors of #CDF7A2
Black with #CDF7A2
Text Example
Text Example
White with #CDF7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF7A2; }
p { color: rgb(205,247,162); }
H1.HeaderClassName
{
color: #CDF7A2;
}
.AnyTagClassName
{
color: #CDF7A2;
}
</style>
background-color css
<style>
a { background-color: #CDF7A2; }
a { background-color: rgb(205,247,162); }
div.DivClassName
{
background-color: #CDF7A2;
}
.BgClassName
{
background-color: #CDF7A2;
}
</style>
border-color css
<style>
span { border-color: #CDF7A2; }
span { border-color: rgb(205,247,162); }
td.TdClassName
{
border-color: #CDF7A2;
}
.TagClassName
{
border-color: #CDF7A2;
}
</style>