Shades of Reef #CDF0A5
Tints of Reef #CDF0A5
RGB
CMYK
RGB Variations
Color information
#CDF0A5 (or 0xCDF0A5) is known color: Reef. HEX triplet: CD, F0 and A5. RGB value is (205,240,165). Sum of RGB (Red+Green+Blue) = 205+240+165=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 240 (94.14% from 255 or 39.34% from 610); Blue value is 165 (64.84% from 255 or 27.05% from 610); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF0A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF0A5 is #320F5A. Grayscale: #DDDDDD. Windows color (decimal): -3280731 or 10875085. OLE color: 10875085.
HSL color Cylindrical-coordinate representation of color #CDF0A5: hue angle of 88º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDF0A5 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 165 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.06 |
| HSL | 88º | 0.71% | 0.79% | - |
| HSV(B) | 88º | 0.31% | 0.94% | - |
| XYZ | 63.13 | 78.02 | 47.33 | - |
| YUV | 220.99 | 96.4 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 165 | 0.15 | 0 | 0.31 | 0.06 | 88 | 0.71 | 0.79 |
| Hex | CD | F0 | A5 | F | 0 | 1F | 6 | 58 | 47 | 4F |
| Octal | 315 | 360 | 245 | 17 | 0 | 37 | 6 | 130 | 107 | 117 |
| Binary | 11001101 | 11110000 | 10100101 | 1111 | 0 | 11111 | 110 | 1011000 | 1000111 | 1001111 |
Color Harmonies of #CDF0A5
Complementary color
Monochromatic Colors of #CDF0A5
Black with #CDF0A5
Text Example
Text Example
White with #CDF0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF0A5; }
p { color: rgb(205,240,165); }
H1.HeaderClassName
{
color: #CDF0A5;
}
.AnyTagClassName
{
color: #CDF0A5;
}
</style>
background-color css
<style>
a { background-color: #CDF0A5; }
a { background-color: rgb(205,240,165); }
div.DivClassName
{
background-color: #CDF0A5;
}
.BgClassName
{
background-color: #CDF0A5;
}
</style>
border-color css
<style>
span { border-color: #CDF0A5; }
span { border-color: rgb(205,240,165); }
td.TdClassName
{
border-color: #CDF0A5;
}
.TagClassName
{
border-color: #CDF0A5;
}
</style>