Shades of Reef #CDF399
Tints of Reef #CDF399
RGB
CMYK
RGB Variations
Color information
#CDF399 (or 0xCDF399) is known color: Reef. HEX triplet: CD, F3 and 99. RGB value is (205,243,153). Sum of RGB (Red+Green+Blue) = 205+243+153=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 243 (95.31% from 255 or 40.43% from 601); Blue value is 153 (60.16% from 255 or 25.46% from 601); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF399 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF399 is #320C66. Grayscale: #DDDDDD. Windows color (decimal): -3279975 or 10089421. OLE color: 10089421.
HSL color Cylindrical-coordinate representation of color #CDF399: hue angle of 85.33º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDF399 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 153 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.05 |
| HSL | 85.33º | 0.79% | 0.78% | - |
| HSV(B) | 85.33º | 0.37% | 0.95% | - |
| XYZ | 62.98 | 79.38 | 42.14 | - |
| YUV | 221.38 | 89.41 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 153 | 0.16 | 0 | 0.37 | 0.05 | 85.33 | 0.79 | 0.78 |
| Hex | CD | F3 | 99 | 10 | 0 | 25 | 5 | 55 | 4F | 4E |
| Octal | 315 | 363 | 231 | 20 | 0 | 45 | 5 | 125 | 117 | 116 |
| Binary | 11001101 | 11110011 | 10011001 | 10000 | 0 | 100101 | 101 | 1010101 | 1001111 | 1001110 |
Color Harmonies of #CDF399
Complementary color
Monochromatic Colors of #CDF399
Black with #CDF399
Text Example
Text Example
White with #CDF399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF399; }
p { color: rgb(205,243,153); }
H1.HeaderClassName
{
color: #CDF399;
}
.AnyTagClassName
{
color: #CDF399;
}
</style>
background-color css
<style>
a { background-color: #CDF399; }
a { background-color: rgb(205,243,153); }
div.DivClassName
{
background-color: #CDF399;
}
.BgClassName
{
background-color: #CDF399;
}
</style>
border-color css
<style>
span { border-color: #CDF399; }
span { border-color: rgb(205,243,153); }
td.TdClassName
{
border-color: #CDF399;
}
.TagClassName
{
border-color: #CDF399;
}
</style>