Shades of Reef #CDF992
Tints of Reef #CDF992
RGB
CMYK
RGB Variations
Color information
#CDF992 (or 0xCDF992) is known color: Reef. HEX triplet: CD, F9 and 92. RGB value is (205,249,146). Sum of RGB (Red+Green+Blue) = 205+249+146=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 249 (97.66% from 255 or 41.5% from 600); Blue value is 146 (57.42% from 255 or 24.33% from 600); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF992 is #32066D. Grayscale: #E0E0E0. Windows color (decimal): -3278446 or 9632205. OLE color: 9632205.
HSL color Cylindrical-coordinate representation of color #CDF992: hue angle of 85.63º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDF992 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 146 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.02 |
| HSL | 85.63º | 0.9% | 0.77% | - |
| HSV(B) | 85.63º | 0.41% | 0.98% | - |
| XYZ | 64.24 | 82.81 | 39.79 | - |
| YUV | 224.1 | 83.92 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 146 | 0.18 | 0 | 0.41 | 0.02 | 85.63 | 0.9 | 0.77 |
| Hex | CD | F9 | 92 | 12 | 0 | 29 | 2 | 56 | 5A | 4D |
| Octal | 315 | 371 | 222 | 22 | 0 | 51 | 2 | 126 | 132 | 115 |
| Binary | 11001101 | 11111001 | 10010010 | 10010 | 0 | 101001 | 10 | 1010110 | 1011010 | 1001101 |
Color Harmonies of #CDF992
Complementary color
Monochromatic Colors of #CDF992
Black with #CDF992
Text Example
Text Example
White with #CDF992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF992; }
p { color: rgb(205,249,146); }
H1.HeaderClassName
{
color: #CDF992;
}
.AnyTagClassName
{
color: #CDF992;
}
</style>
background-color css
<style>
a { background-color: #CDF992; }
a { background-color: rgb(205,249,146); }
div.DivClassName
{
background-color: #CDF992;
}
.BgClassName
{
background-color: #CDF992;
}
</style>
border-color css
<style>
span { border-color: #CDF992; }
span { border-color: rgb(205,249,146); }
td.TdClassName
{
border-color: #CDF992;
}
.TagClassName
{
border-color: #CDF992;
}
</style>