Shades of Reef #CDF693
Tints of Reef #CDF693
RGB
CMYK
RGB Variations
Color information
#CDF693 (or 0xCDF693) is known color: Reef. HEX triplet: CD, F6 and 93. RGB value is (205,246,147). Sum of RGB (Red+Green+Blue) = 205+246+147=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 246 (96.48% from 255 or 41.14% from 598); Blue value is 147 (57.81% from 255 or 24.58% from 598); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF693 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF693 is #32096C. Grayscale: #DEDEDE. Windows color (decimal): -3279213 or 9696973. OLE color: 9696973.
HSL color Cylindrical-coordinate representation of color #CDF693: hue angle of 84.85º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDF693 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 147 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.04 |
| HSL | 84.85º | 0.85% | 0.77% | - |
| HSV(B) | 84.85º | 0.4% | 0.96% | - |
| XYZ | 63.4 | 81 | 39.9 | - |
| YUV | 222.46 | 85.42 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 147 | 0.17 | 0 | 0.40 | 0.04 | 84.85 | 0.85 | 0.77 |
| Hex | CD | F6 | 93 | 11 | 0 | 28 | 4 | 55 | 55 | 4D |
| Octal | 315 | 366 | 223 | 21 | 0 | 50 | 4 | 125 | 125 | 115 |
| Binary | 11001101 | 11110110 | 10010011 | 10001 | 0 | 101000 | 100 | 1010101 | 1010101 | 1001101 |
Color Harmonies of #CDF693
Complementary color
Monochromatic Colors of #CDF693
Black with #CDF693
Text Example
Text Example
White with #CDF693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF693; }
p { color: rgb(205,246,147); }
H1.HeaderClassName
{
color: #CDF693;
}
.AnyTagClassName
{
color: #CDF693;
}
</style>
background-color css
<style>
a { background-color: #CDF693; }
a { background-color: rgb(205,246,147); }
div.DivClassName
{
background-color: #CDF693;
}
.BgClassName
{
background-color: #CDF693;
}
</style>
border-color css
<style>
span { border-color: #CDF693; }
span { border-color: rgb(205,246,147); }
td.TdClassName
{
border-color: #CDF693;
}
.TagClassName
{
border-color: #CDF693;
}
</style>