Shades of Reef #CDF197
Tints of Reef #CDF197
RGB
CMYK
RGB Variations
Color information
#CDF197 (or 0xCDF197) is known color: Reef. HEX triplet: CD, F1 and 97. RGB value is (205,241,151). Sum of RGB (Red+Green+Blue) = 205+241+151=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 151 (59.38% from 255 or 25.29% from 597); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF197 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF197 is #320E68. Grayscale: #DCDCDC. Windows color (decimal): -3280489 or 9957837. OLE color: 9957837.
HSL color Cylindrical-coordinate representation of color #CDF197: hue angle of 84º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDF197 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 151 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.05 |
| HSL | 84º | 0.76% | 0.77% | - |
| HSV(B) | 84º | 0.37% | 0.95% | - |
| XYZ | 62.22 | 78.12 | 41.08 | - |
| YUV | 219.98 | 89.07 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 151 | 0.15 | 0 | 0.37 | 0.05 | 84 | 0.76 | 0.77 |
| Hex | CD | F1 | 97 | F | 0 | 25 | 5 | 54 | 4C | 4D |
| Octal | 315 | 361 | 227 | 17 | 0 | 45 | 5 | 124 | 114 | 115 |
| Binary | 11001101 | 11110001 | 10010111 | 1111 | 0 | 100101 | 101 | 1010100 | 1001100 | 1001101 |
Color Harmonies of #CDF197
Complementary color
Monochromatic Colors of #CDF197
Black with #CDF197
Text Example
Text Example
White with #CDF197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF197; }
p { color: rgb(205,241,151); }
H1.HeaderClassName
{
color: #CDF197;
}
.AnyTagClassName
{
color: #CDF197;
}
</style>
background-color css
<style>
a { background-color: #CDF197; }
a { background-color: rgb(205,241,151); }
div.DivClassName
{
background-color: #CDF197;
}
.BgClassName
{
background-color: #CDF197;
}
</style>
border-color css
<style>
span { border-color: #CDF197; }
span { border-color: rgb(205,241,151); }
td.TdClassName
{
border-color: #CDF197;
}
.TagClassName
{
border-color: #CDF197;
}
</style>