Shades of Reef #CDF3A0
Tints of Reef #CDF3A0
RGB
CMYK
RGB Variations
Color information
#CDF3A0 (or 0xCDF3A0) is known color: Reef. HEX triplet: CD, F3 and A0. RGB value is (205,243,160). Sum of RGB (Red+Green+Blue) = 205+243+160=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 243 (95.31% from 255 or 39.97% from 608); Blue value is 160 (62.89% from 255 or 26.32% from 608); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF3A0 is #320C5F. Grayscale: #DEDEDE. Windows color (decimal): -3279968 or 10548173. OLE color: 10548173.
HSL color Cylindrical-coordinate representation of color #CDF3A0: hue angle of 87.47º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDF3A0 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 160 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.05 |
| HSL | 87.47º | 0.78% | 0.79% | - |
| HSV(B) | 87.47º | 0.34% | 0.95% | - |
| XYZ | 63.57 | 79.62 | 45.27 | - |
| YUV | 222.18 | 92.91 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 160 | 0.16 | 0 | 0.34 | 0.05 | 87.47 | 0.78 | 0.79 |
| Hex | CD | F3 | A0 | 10 | 0 | 22 | 5 | 57 | 4E | 4F |
| Octal | 315 | 363 | 240 | 20 | 0 | 42 | 5 | 127 | 116 | 117 |
| Binary | 11001101 | 11110011 | 10100000 | 10000 | 0 | 100010 | 101 | 1010111 | 1001110 | 1001111 |
Color Harmonies of #CDF3A0
Complementary color
Monochromatic Colors of #CDF3A0
Black with #CDF3A0
Text Example
Text Example
White with #CDF3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3A0; }
p { color: rgb(205,243,160); }
H1.HeaderClassName
{
color: #CDF3A0;
}
.AnyTagClassName
{
color: #CDF3A0;
}
</style>
background-color css
<style>
a { background-color: #CDF3A0; }
a { background-color: rgb(205,243,160); }
div.DivClassName
{
background-color: #CDF3A0;
}
.BgClassName
{
background-color: #CDF3A0;
}
</style>
border-color css
<style>
span { border-color: #CDF3A0; }
span { border-color: rgb(205,243,160); }
td.TdClassName
{
border-color: #CDF3A0;
}
.TagClassName
{
border-color: #CDF3A0;
}
</style>