Shades of Reef #CDF49B
Tints of Reef #CDF49B
RGB
CMYK
RGB Variations
Color information
#CDF49B (or 0xCDF49B) is known color: Reef. HEX triplet: CD, F4 and 9B. RGB value is (205,244,155). Sum of RGB (Red+Green+Blue) = 205+244+155=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 244 (95.70% from 255 or 40.40% from 604); Blue value is 155 (60.94% from 255 or 25.66% from 604); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF49B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF49B is #320B64. Grayscale: #DEDEDE. Windows color (decimal): -3279717 or 10220749. OLE color: 10220749.
HSL color Cylindrical-coordinate representation of color #CDF49B: hue angle of 86.29º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDF49B is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 155 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.04 |
| HSL | 86.29º | 0.8% | 0.78% | - |
| HSV(B) | 86.29º | 0.36% | 0.96% | - |
| XYZ | 63.44 | 80.05 | 43.12 | - |
| YUV | 222.19 | 90.08 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 155 | 0.16 | 0 | 0.36 | 0.04 | 86.29 | 0.8 | 0.78 |
| Hex | CD | F4 | 9B | 10 | 0 | 24 | 4 | 56 | 50 | 4E |
| Octal | 315 | 364 | 233 | 20 | 0 | 44 | 4 | 126 | 120 | 116 |
| Binary | 11001101 | 11110100 | 10011011 | 10000 | 0 | 100100 | 100 | 1010110 | 1010000 | 1001110 |
Color Harmonies of #CDF49B
Complementary color
Monochromatic Colors of #CDF49B
Black with #CDF49B
Text Example
Text Example
White with #CDF49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF49B; }
p { color: rgb(205,244,155); }
H1.HeaderClassName
{
color: #CDF49B;
}
.AnyTagClassName
{
color: #CDF49B;
}
</style>
background-color css
<style>
a { background-color: #CDF49B; }
a { background-color: rgb(205,244,155); }
div.DivClassName
{
background-color: #CDF49B;
}
.BgClassName
{
background-color: #CDF49B;
}
</style>
border-color css
<style>
span { border-color: #CDF49B; }
span { border-color: rgb(205,244,155); }
td.TdClassName
{
border-color: #CDF49B;
}
.TagClassName
{
border-color: #CDF49B;
}
</style>