Shades of Reef #CDE698
Tints of Reef #CDE698
RGB
CMYK
RGB Variations
Color information
#CDE698 (or 0xCDE698) is known color: Reef. HEX triplet: CD, E6 and 98. RGB value is (205,230,152). Sum of RGB (Red+Green+Blue) = 205+230+152=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 152 (59.77% from 255 or 25.89% from 587); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE698 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE698 is #321967. Grayscale: #D5D5D5. Windows color (decimal): -3283304 or 10020557. OLE color: 10020557.
HSL color Cylindrical-coordinate representation of color #CDE698: hue angle of 79.23º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDE698 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 152 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.10 |
| HSL | 79.23º | 0.61% | 0.75% | - |
| HSV(B) | 79.23º | 0.34% | 0.9% | - |
| XYZ | 59.14 | 71.84 | 40.46 | - |
| YUV | 213.63 | 93.22 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 152 | 0.11 | 0 | 0.34 | 0.10 | 79.23 | 0.61 | 0.75 |
| Hex | CD | E6 | 98 | B | 0 | 22 | A | 4F | 3D | 4B |
| Octal | 315 | 346 | 230 | 13 | 0 | 42 | 12 | 117 | 75 | 113 |
| Binary | 11001101 | 11100110 | 10011000 | 1011 | 0 | 100010 | 1010 | 1001111 | 111101 | 1001011 |
Color Harmonies of #CDE698
Complementary color
Monochromatic Colors of #CDE698
Black with #CDE698
Text Example
Text Example
White with #CDE698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE698; }
p { color: rgb(205,230,152); }
H1.HeaderClassName
{
color: #CDE698;
}
.AnyTagClassName
{
color: #CDE698;
}
</style>
background-color css
<style>
a { background-color: #CDE698; }
a { background-color: rgb(205,230,152); }
div.DivClassName
{
background-color: #CDE698;
}
.BgClassName
{
background-color: #CDE698;
}
</style>
border-color css
<style>
span { border-color: #CDE698; }
span { border-color: rgb(205,230,152); }
td.TdClassName
{
border-color: #CDE698;
}
.TagClassName
{
border-color: #CDE698;
}
</style>