Shades of Reef #CDF7A4
Tints of Reef #CDF7A4
RGB
CMYK
RGB Variations
Color information
#CDF7A4 (or 0xCDF7A4) is known color: Reef. HEX triplet: CD, F7 and A4. RGB value is (205,247,164). Sum of RGB (Red+Green+Blue) = 205+247+164=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 247 (96.88% from 255 or 40.10% from 616); Blue value is 164 (64.45% from 255 or 26.62% from 616); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF7A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF7A4 is #32085B. Grayscale: #E1E1E1. Windows color (decimal): -3278940 or 10811341. OLE color: 10811341.
HSL color Cylindrical-coordinate representation of color #CDF7A4: hue angle of 90.36º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDF7A4 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 164 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.03 |
| HSL | 90.36º | 0.84% | 0.81% | - |
| HSV(B) | 90.36º | 0.34% | 0.97% | - |
| XYZ | 65.14 | 82.18 | 47.55 | - |
| YUV | 224.98 | 93.59 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 164 | 0.17 | 0 | 0.34 | 0.03 | 90.36 | 0.84 | 0.81 |
| Hex | CD | F7 | A4 | 11 | 0 | 22 | 3 | 5A | 54 | 51 |
| Octal | 315 | 367 | 244 | 21 | 0 | 42 | 3 | 132 | 124 | 121 |
| Binary | 11001101 | 11110111 | 10100100 | 10001 | 0 | 100010 | 11 | 1011010 | 1010100 | 1010001 |
Color Harmonies of #CDF7A4
Complementary color
Monochromatic Colors of #CDF7A4
Black with #CDF7A4
Text Example
Text Example
White with #CDF7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF7A4; }
p { color: rgb(205,247,164); }
H1.HeaderClassName
{
color: #CDF7A4;
}
.AnyTagClassName
{
color: #CDF7A4;
}
</style>
background-color css
<style>
a { background-color: #CDF7A4; }
a { background-color: rgb(205,247,164); }
div.DivClassName
{
background-color: #CDF7A4;
}
.BgClassName
{
background-color: #CDF7A4;
}
</style>
border-color css
<style>
span { border-color: #CDF7A4; }
span { border-color: rgb(205,247,164); }
td.TdClassName
{
border-color: #CDF7A4;
}
.TagClassName
{
border-color: #CDF7A4;
}
</style>