Shades of Reef #CDF3A8
Tints of Reef #CDF3A8
RGB
CMYK
RGB Variations
Color information
#CDF3A8 (or 0xCDF3A8) is known color: Reef. HEX triplet: CD, F3 and A8. RGB value is (205,243,168). Sum of RGB (Red+Green+Blue) = 205+243+168=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 243 (95.31% from 255 or 39.45% from 616); Blue value is 168 (66.02% from 255 or 27.27% from 616); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF3A8 is #320C57. Grayscale: #DFDFDF. Windows color (decimal): -3279960 or 11072461. OLE color: 11072461.
HSL color Cylindrical-coordinate representation of color #CDF3A8: hue angle of 90.4º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDF3A8 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 168 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.05 |
| HSL | 90.4º | 0.76% | 0.81% | - |
| HSV(B) | 90.4º | 0.31% | 0.95% | - |
| XYZ | 64.3 | 79.91 | 49.08 | - |
| YUV | 223.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 168 | 0.16 | 0 | 0.31 | 0.05 | 90.4 | 0.76 | 0.81 |
| Hex | CD | F3 | A8 | 10 | 0 | 1F | 5 | 5A | 4C | 51 |
| Octal | 315 | 363 | 250 | 20 | 0 | 37 | 5 | 132 | 114 | 121 |
| Binary | 11001101 | 11110011 | 10101000 | 10000 | 0 | 11111 | 101 | 1011010 | 1001100 | 1010001 |
Color Harmonies of #CDF3A8
Complementary color
Monochromatic Colors of #CDF3A8
Black with #CDF3A8
Text Example
Text Example
White with #CDF3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3A8; }
p { color: rgb(205,243,168); }
H1.HeaderClassName
{
color: #CDF3A8;
}
.AnyTagClassName
{
color: #CDF3A8;
}
</style>
background-color css
<style>
a { background-color: #CDF3A8; }
a { background-color: rgb(205,243,168); }
div.DivClassName
{
background-color: #CDF3A8;
}
.BgClassName
{
background-color: #CDF3A8;
}
</style>
border-color css
<style>
span { border-color: #CDF3A8; }
span { border-color: rgb(205,243,168); }
td.TdClassName
{
border-color: #CDF3A8;
}
.TagClassName
{
border-color: #CDF3A8;
}
</style>