Shades of Reef #CDF297
Tints of Reef #CDF297
RGB
CMYK
RGB Variations
Color information
#CDF297 (or 0xCDF297) is known color: Reef. HEX triplet: CD, F2 and 97. RGB value is (205,242,151). Sum of RGB (Red+Green+Blue) = 205+242+151=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 242 (94.92% from 255 or 40.47% from 598); Blue value is 151 (59.38% from 255 or 25.25% from 598); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF297 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF297 is #320D68. Grayscale: #DCDCDC. Windows color (decimal): -3280233 or 9958093. OLE color: 9958093.
HSL color Cylindrical-coordinate representation of color #CDF297: hue angle of 84.4º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDF297 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 151 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.05 |
| HSL | 84.4º | 0.78% | 0.77% | - |
| HSV(B) | 84.4º | 0.38% | 0.95% | - |
| XYZ | 62.51 | 78.72 | 41.18 | - |
| YUV | 220.56 | 88.74 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 151 | 0.15 | 0 | 0.38 | 0.05 | 84.4 | 0.78 | 0.77 |
| Hex | CD | F2 | 97 | F | 0 | 26 | 5 | 54 | 4E | 4D |
| Octal | 315 | 362 | 227 | 17 | 0 | 46 | 5 | 124 | 116 | 115 |
| Binary | 11001101 | 11110010 | 10010111 | 1111 | 0 | 100110 | 101 | 1010100 | 1001110 | 1001101 |
Color Harmonies of #CDF297
Complementary color
Monochromatic Colors of #CDF297
Black with #CDF297
Text Example
Text Example
White with #CDF297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF297; }
p { color: rgb(205,242,151); }
H1.HeaderClassName
{
color: #CDF297;
}
.AnyTagClassName
{
color: #CDF297;
}
</style>
background-color css
<style>
a { background-color: #CDF297; }
a { background-color: rgb(205,242,151); }
div.DivClassName
{
background-color: #CDF297;
}
.BgClassName
{
background-color: #CDF297;
}
</style>
border-color css
<style>
span { border-color: #CDF297; }
span { border-color: rgb(205,242,151); }
td.TdClassName
{
border-color: #CDF297;
}
.TagClassName
{
border-color: #CDF297;
}
</style>