Shades of Reef #CDF49D
Tints of Reef #CDF49D
RGB
CMYK
RGB Variations
Color information
#CDF49D (or 0xCDF49D) is known color: Reef. HEX triplet: CD, F4 and 9D. RGB value is (205,244,157). Sum of RGB (Red+Green+Blue) = 205+244+157=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 244 (95.70% from 255 or 40.26% from 606); Blue value is 157 (61.72% from 255 or 25.91% from 606); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF49D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF49D is #320B62. Grayscale: #DEDEDE. Windows color (decimal): -3279715 or 10351821. OLE color: 10351821.
HSL color Cylindrical-coordinate representation of color #CDF49D: hue angle of 86.9º degrees, saturation: 0.8, 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 #CDF49D is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 157 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.04 |
| HSL | 86.9º | 0.8% | 0.79% | - |
| HSV(B) | 86.9º | 0.36% | 0.96% | - |
| XYZ | 63.61 | 80.11 | 44.01 | - |
| YUV | 222.42 | 91.08 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 157 | 0.16 | 0 | 0.36 | 0.04 | 86.9 | 0.8 | 0.79 |
| Hex | CD | F4 | 9D | 10 | 0 | 24 | 4 | 57 | 50 | 4F |
| Octal | 315 | 364 | 235 | 20 | 0 | 44 | 4 | 127 | 120 | 117 |
| Binary | 11001101 | 11110100 | 10011101 | 10000 | 0 | 100100 | 100 | 1010111 | 1010000 | 1001111 |
Color Harmonies of #CDF49D
Complementary color
Monochromatic Colors of #CDF49D
Black with #CDF49D
Text Example
Text Example
White with #CDF49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF49D; }
p { color: rgb(205,244,157); }
H1.HeaderClassName
{
color: #CDF49D;
}
.AnyTagClassName
{
color: #CDF49D;
}
</style>
background-color css
<style>
a { background-color: #CDF49D; }
a { background-color: rgb(205,244,157); }
div.DivClassName
{
background-color: #CDF49D;
}
.BgClassName
{
background-color: #CDF49D;
}
</style>
border-color css
<style>
span { border-color: #CDF49D; }
span { border-color: rgb(205,244,157); }
td.TdClassName
{
border-color: #CDF49D;
}
.TagClassName
{
border-color: #CDF49D;
}
</style>