Shades of Reef #CDF2A0
Tints of Reef #CDF2A0
RGB
CMYK
RGB Variations
Color information
#CDF2A0 (or 0xCDF2A0) is known color: Reef. HEX triplet: CD, F2 and A0. RGB value is (205,242,160). Sum of RGB (Red+Green+Blue) = 205+242+160=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF2A0 is #320D5F. Grayscale: #DDDDDD. Windows color (decimal): -3280224 or 10547917. OLE color: 10547917.
HSL color Cylindrical-coordinate representation of color #CDF2A0: hue angle of 87.07º degrees, saturation: 0.76, 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 #CDF2A0 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 160 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.05 |
| HSL | 87.07º | 0.76% | 0.79% | - |
| HSV(B) | 87.07º | 0.34% | 0.95% | - |
| XYZ | 63.27 | 79.02 | 45.18 | - |
| YUV | 221.59 | 93.24 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 160 | 0.15 | 0 | 0.34 | 0.05 | 87.07 | 0.76 | 0.79 |
| Hex | CD | F2 | A0 | F | 0 | 22 | 5 | 57 | 4C | 4F |
| Octal | 315 | 362 | 240 | 17 | 0 | 42 | 5 | 127 | 114 | 117 |
| Binary | 11001101 | 11110010 | 10100000 | 1111 | 0 | 100010 | 101 | 1010111 | 1001100 | 1001111 |
Color Harmonies of #CDF2A0
Complementary color
Monochromatic Colors of #CDF2A0
Black with #CDF2A0
Text Example
Text Example
White with #CDF2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2A0; }
p { color: rgb(205,242,160); }
H1.HeaderClassName
{
color: #CDF2A0;
}
.AnyTagClassName
{
color: #CDF2A0;
}
</style>
background-color css
<style>
a { background-color: #CDF2A0; }
a { background-color: rgb(205,242,160); }
div.DivClassName
{
background-color: #CDF2A0;
}
.BgClassName
{
background-color: #CDF2A0;
}
</style>
border-color css
<style>
span { border-color: #CDF2A0; }
span { border-color: rgb(205,242,160); }
td.TdClassName
{
border-color: #CDF2A0;
}
.TagClassName
{
border-color: #CDF2A0;
}
</style>