Shades of Reef #CDF59A
Tints of Reef #CDF59A
RGB
CMYK
RGB Variations
Color information
#CDF59A (or 0xCDF59A) is known color: Reef. HEX triplet: CD, F5 and 9A. RGB value is (205,245,154). Sum of RGB (Red+Green+Blue) = 205+245+154=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF59A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF59A is #320A65. Grayscale: #DEDEDE. Windows color (decimal): -3279462 or 10155469. OLE color: 10155469.
HSL color Cylindrical-coordinate representation of color #CDF59A: hue angle of 86.37º degrees, saturation: 0.82, 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 #CDF59A is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 154 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.04 |
| HSL | 86.37º | 0.82% | 0.78% | - |
| HSV(B) | 86.37º | 0.37% | 0.96% | - |
| XYZ | 63.66 | 80.62 | 42.78 | - |
| YUV | 222.67 | 89.25 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 154 | 0.16 | 0 | 0.37 | 0.04 | 86.37 | 0.82 | 0.78 |
| Hex | CD | F5 | 9A | 10 | 0 | 25 | 4 | 56 | 52 | 4E |
| Octal | 315 | 365 | 232 | 20 | 0 | 45 | 4 | 126 | 122 | 116 |
| Binary | 11001101 | 11110101 | 10011010 | 10000 | 0 | 100101 | 100 | 1010110 | 1010010 | 1001110 |
Color Harmonies of #CDF59A
Complementary color
Monochromatic Colors of #CDF59A
Black with #CDF59A
Text Example
Text Example
White with #CDF59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF59A; }
p { color: rgb(205,245,154); }
H1.HeaderClassName
{
color: #CDF59A;
}
.AnyTagClassName
{
color: #CDF59A;
}
</style>
background-color css
<style>
a { background-color: #CDF59A; }
a { background-color: rgb(205,245,154); }
div.DivClassName
{
background-color: #CDF59A;
}
.BgClassName
{
background-color: #CDF59A;
}
</style>
border-color css
<style>
span { border-color: #CDF59A; }
span { border-color: rgb(205,245,154); }
td.TdClassName
{
border-color: #CDF59A;
}
.TagClassName
{
border-color: #CDF59A;
}
</style>