Shades of Reef #CDF69A
Tints of Reef #CDF69A
RGB
CMYK
RGB Variations
Color information
#CDF69A (or 0xCDF69A) is known color: Reef. HEX triplet: CD, F6 and 9A. RGB value is (205,246,154). Sum of RGB (Red+Green+Blue) = 205+246+154=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 246 (96.48% from 255 or 40.66% from 605); Blue value is 154 (60.55% from 255 or 25.45% from 605); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF69A is #320965. Grayscale: #DFDFDF. Windows color (decimal): -3279206 or 10155725. OLE color: 10155725.
HSL color Cylindrical-coordinate representation of color #CDF69A: hue angle of 86.74º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDF69A is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 154 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.04 |
| HSL | 86.74º | 0.84% | 0.78% | - |
| HSV(B) | 86.74º | 0.37% | 0.96% | - |
| XYZ | 63.97 | 81.22 | 42.88 | - |
| YUV | 223.25 | 88.92 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 154 | 0.17 | 0 | 0.37 | 0.04 | 86.74 | 0.84 | 0.78 |
| Hex | CD | F6 | 9A | 11 | 0 | 25 | 4 | 57 | 54 | 4E |
| Octal | 315 | 366 | 232 | 21 | 0 | 45 | 4 | 127 | 124 | 116 |
| Binary | 11001101 | 11110110 | 10011010 | 10001 | 0 | 100101 | 100 | 1010111 | 1010100 | 1001110 |
Color Harmonies of #CDF69A
Complementary color
Monochromatic Colors of #CDF69A
Black with #CDF69A
Text Example
Text Example
White with #CDF69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF69A; }
p { color: rgb(205,246,154); }
H1.HeaderClassName
{
color: #CDF69A;
}
.AnyTagClassName
{
color: #CDF69A;
}
</style>
background-color css
<style>
a { background-color: #CDF69A; }
a { background-color: rgb(205,246,154); }
div.DivClassName
{
background-color: #CDF69A;
}
.BgClassName
{
background-color: #CDF69A;
}
</style>
border-color css
<style>
span { border-color: #CDF69A; }
span { border-color: rgb(205,246,154); }
td.TdClassName
{
border-color: #CDF69A;
}
.TagClassName
{
border-color: #CDF69A;
}
</style>