Shades of Reef #CDF69C
Tints of Reef #CDF69C
RGB
CMYK
RGB Variations
Color information
#CDF69C (or 0xCDF69C) is known color: Reef. HEX triplet: CD, F6 and 9C. RGB value is (205,246,156). Sum of RGB (Red+Green+Blue) = 205+246+156=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 156 (61.33% from 255 or 25.70% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF69C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF69C is #320963. Grayscale: #DFDFDF. Windows color (decimal): -3279204 or 10286797. OLE color: 10286797.
HSL color Cylindrical-coordinate representation of color #CDF69C: hue angle of 87.33º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDF69C is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 156 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.04 |
| HSL | 87.33º | 0.83% | 0.79% | - |
| HSV(B) | 87.33º | 0.37% | 0.96% | - |
| XYZ | 64.13 | 81.29 | 43.76 | - |
| YUV | 223.48 | 89.92 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 156 | 0.17 | 0 | 0.37 | 0.04 | 87.33 | 0.83 | 0.79 |
| Hex | CD | F6 | 9C | 11 | 0 | 25 | 4 | 57 | 53 | 4F |
| Octal | 315 | 366 | 234 | 21 | 0 | 45 | 4 | 127 | 123 | 117 |
| Binary | 11001101 | 11110110 | 10011100 | 10001 | 0 | 100101 | 100 | 1010111 | 1010011 | 1001111 |
Color Harmonies of #CDF69C
Complementary color
Monochromatic Colors of #CDF69C
Black with #CDF69C
Text Example
Text Example
White with #CDF69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF69C; }
p { color: rgb(205,246,156); }
H1.HeaderClassName
{
color: #CDF69C;
}
.AnyTagClassName
{
color: #CDF69C;
}
</style>
background-color css
<style>
a { background-color: #CDF69C; }
a { background-color: rgb(205,246,156); }
div.DivClassName
{
background-color: #CDF69C;
}
.BgClassName
{
background-color: #CDF69C;
}
</style>
border-color css
<style>
span { border-color: #CDF69C; }
span { border-color: rgb(205,246,156); }
td.TdClassName
{
border-color: #CDF69C;
}
.TagClassName
{
border-color: #CDF69C;
}
</style>