Shades of Reef #CDF09D
Tints of Reef #CDF09D
RGB
CMYK
RGB Variations
Color information
#CDF09D (or 0xCDF09D) is known color: Reef. HEX triplet: CD, F0 and 9D. RGB value is (205,240,157). Sum of RGB (Red+Green+Blue) = 205+240+157=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 157 (61.72% from 255 or 26.08% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF09D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF09D is #320F62. Grayscale: #DCDCDC. Windows color (decimal): -3280739 or 10350797. OLE color: 10350797.
HSL color Cylindrical-coordinate representation of color #CDF09D: hue angle of 85.3º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDF09D is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 157 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.06 |
| HSL | 85.3º | 0.73% | 0.78% | - |
| HSV(B) | 85.3º | 0.35% | 0.94% | - |
| XYZ | 62.42 | 77.73 | 43.61 | - |
| YUV | 220.07 | 92.4 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 157 | 0.15 | 0 | 0.35 | 0.06 | 85.3 | 0.73 | 0.78 |
| Hex | CD | F0 | 9D | F | 0 | 23 | 6 | 55 | 49 | 4E |
| Octal | 315 | 360 | 235 | 17 | 0 | 43 | 6 | 125 | 111 | 116 |
| Binary | 11001101 | 11110000 | 10011101 | 1111 | 0 | 100011 | 110 | 1010101 | 1001001 | 1001110 |
Color Harmonies of #CDF09D
Complementary color
Monochromatic Colors of #CDF09D
Black with #CDF09D
Text Example
Text Example
White with #CDF09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF09D; }
p { color: rgb(205,240,157); }
H1.HeaderClassName
{
color: #CDF09D;
}
.AnyTagClassName
{
color: #CDF09D;
}
</style>
background-color css
<style>
a { background-color: #CDF09D; }
a { background-color: rgb(205,240,157); }
div.DivClassName
{
background-color: #CDF09D;
}
.BgClassName
{
background-color: #CDF09D;
}
</style>
border-color css
<style>
span { border-color: #CDF09D; }
span { border-color: rgb(205,240,157); }
td.TdClassName
{
border-color: #CDF09D;
}
.TagClassName
{
border-color: #CDF09D;
}
</style>