Shades of Reef #CDF59D
Tints of Reef #CDF59D
RGB
CMYK
RGB Variations
Color information
#CDF59D (or 0xCDF59D) is known color: Reef. HEX triplet: CD, F5 and 9D. RGB value is (205,245,157). Sum of RGB (Red+Green+Blue) = 205+245+157=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 157 (61.72% from 255 or 25.86% from 607); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF59D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF59D is #320A62. Grayscale: #DFDFDF. Windows color (decimal): -3279459 or 10352077. OLE color: 10352077.
HSL color Cylindrical-coordinate representation of color #CDF59D: hue angle of 87.27º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDF59D is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 157 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.04 |
| HSL | 87.27º | 0.81% | 0.79% | - |
| HSV(B) | 87.27º | 0.36% | 0.96% | - |
| XYZ | 63.92 | 80.72 | 44.11 | - |
| YUV | 223.01 | 90.75 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 157 | 0.16 | 0 | 0.36 | 0.04 | 87.27 | 0.81 | 0.79 |
| Hex | CD | F5 | 9D | 10 | 0 | 24 | 4 | 57 | 51 | 4F |
| Octal | 315 | 365 | 235 | 20 | 0 | 44 | 4 | 127 | 121 | 117 |
| Binary | 11001101 | 11110101 | 10011101 | 10000 | 0 | 100100 | 100 | 1010111 | 1010001 | 1001111 |
Color Harmonies of #CDF59D
Complementary color
Monochromatic Colors of #CDF59D
Black with #CDF59D
Text Example
Text Example
White with #CDF59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF59D; }
p { color: rgb(205,245,157); }
H1.HeaderClassName
{
color: #CDF59D;
}
.AnyTagClassName
{
color: #CDF59D;
}
</style>
background-color css
<style>
a { background-color: #CDF59D; }
a { background-color: rgb(205,245,157); }
div.DivClassName
{
background-color: #CDF59D;
}
.BgClassName
{
background-color: #CDF59D;
}
</style>
border-color css
<style>
span { border-color: #CDF59D; }
span { border-color: rgb(205,245,157); }
td.TdClassName
{
border-color: #CDF59D;
}
.TagClassName
{
border-color: #CDF59D;
}
</style>