Shades of Reef #CDF7A6
Tints of Reef #CDF7A6
RGB
CMYK
RGB Variations
Color information
#CDF7A6 (or 0xCDF7A6) is known color: Reef. HEX triplet: CD, F7 and A6. RGB value is (205,247,166). Sum of RGB (Red+Green+Blue) = 205+247+166=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 247 (96.88% from 255 or 39.97% from 618); Blue value is 166 (65.23% from 255 or 26.86% from 618); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF7A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF7A6 is #320859. Grayscale: #E1E1E1. Windows color (decimal): -3278938 or 10942413. OLE color: 10942413.
HSL color Cylindrical-coordinate representation of color #CDF7A6: hue angle of 91.11º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDF7A6 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 166 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.03 |
| HSL | 91.11º | 0.84% | 0.81% | - |
| HSV(B) | 91.11º | 0.33% | 0.97% | - |
| XYZ | 65.32 | 82.25 | 48.51 | - |
| YUV | 225.21 | 94.59 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 166 | 0.17 | 0 | 0.33 | 0.03 | 91.11 | 0.84 | 0.81 |
| Hex | CD | F7 | A6 | 11 | 0 | 21 | 3 | 5B | 54 | 51 |
| Octal | 315 | 367 | 246 | 21 | 0 | 41 | 3 | 133 | 124 | 121 |
| Binary | 11001101 | 11110111 | 10100110 | 10001 | 0 | 100001 | 11 | 1011011 | 1010100 | 1010001 |
Color Harmonies of #CDF7A6
Complementary color
Monochromatic Colors of #CDF7A6
Black with #CDF7A6
Text Example
Text Example
White with #CDF7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF7A6; }
p { color: rgb(205,247,166); }
H1.HeaderClassName
{
color: #CDF7A6;
}
.AnyTagClassName
{
color: #CDF7A6;
}
</style>
background-color css
<style>
a { background-color: #CDF7A6; }
a { background-color: rgb(205,247,166); }
div.DivClassName
{
background-color: #CDF7A6;
}
.BgClassName
{
background-color: #CDF7A6;
}
</style>
border-color css
<style>
span { border-color: #CDF7A6; }
span { border-color: rgb(205,247,166); }
td.TdClassName
{
border-color: #CDF7A6;
}
.TagClassName
{
border-color: #CDF7A6;
}
</style>