Shades of Reef #CDF69F
Tints of Reef #CDF69F
RGB
CMYK
RGB Variations
Color information
#CDF69F (or 0xCDF69F) is known color: Reef. HEX triplet: CD, F6 and 9F. RGB value is (205,246,159). Sum of RGB (Red+Green+Blue) = 205+246+159=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 246 (96.48% from 255 or 40.33% from 610); Blue value is 159 (62.5% from 255 or 26.07% from 610); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF69F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF69F is #320960. Grayscale: #E0E0E0. Windows color (decimal): -3279201 or 10483405. OLE color: 10483405.
HSL color Cylindrical-coordinate representation of color #CDF69F: hue angle of 88.28º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDF69F is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 159 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.04 |
| HSL | 88.28º | 0.83% | 0.79% | - |
| HSV(B) | 88.28º | 0.35% | 0.96% | - |
| XYZ | 64.39 | 81.39 | 45.12 | - |
| YUV | 223.82 | 91.42 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 159 | 0.17 | 0 | 0.35 | 0.04 | 88.28 | 0.83 | 0.79 |
| Hex | CD | F6 | 9F | 11 | 0 | 23 | 4 | 58 | 53 | 4F |
| Octal | 315 | 366 | 237 | 21 | 0 | 43 | 4 | 130 | 123 | 117 |
| Binary | 11001101 | 11110110 | 10011111 | 10001 | 0 | 100011 | 100 | 1011000 | 1010011 | 1001111 |
Color Harmonies of #CDF69F
Complementary color
Monochromatic Colors of #CDF69F
Black with #CDF69F
Text Example
Text Example
White with #CDF69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF69F; }
p { color: rgb(205,246,159); }
H1.HeaderClassName
{
color: #CDF69F;
}
.AnyTagClassName
{
color: #CDF69F;
}
</style>
background-color css
<style>
a { background-color: #CDF69F; }
a { background-color: rgb(205,246,159); }
div.DivClassName
{
background-color: #CDF69F;
}
.BgClassName
{
background-color: #CDF69F;
}
</style>
border-color css
<style>
span { border-color: #CDF69F; }
span { border-color: rgb(205,246,159); }
td.TdClassName
{
border-color: #CDF69F;
}
.TagClassName
{
border-color: #CDF69F;
}
</style>