Shades of Reef #CDE39D
Tints of Reef #CDE39D
RGB
CMYK
RGB Variations
Color information
#CDE39D (or 0xCDE39D) is known color: Reef. HEX triplet: CD, E3 and 9D. RGB value is (205,227,157). Sum of RGB (Red+Green+Blue) = 205+227+157=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 227 (89.06% from 255 or 38.54% from 589); Blue value is 157 (61.72% from 255 or 26.66% from 589); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE39D is #321C62. Grayscale: #D4D4D4. Windows color (decimal): -3284067 or 10347469. OLE color: 10347469.
HSL color Cylindrical-coordinate representation of color #CDE39D: hue angle of 78.86º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDE39D is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 157 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.11 |
| HSL | 78.86º | 0.56% | 0.75% | - |
| HSV(B) | 78.86º | 0.31% | 0.89% | - |
| XYZ | 58.73 | 70.35 | 42.38 | - |
| YUV | 212.44 | 96.71 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 157 | 0.10 | 0 | 0.31 | 0.11 | 78.86 | 0.56 | 0.75 |
| Hex | CD | E3 | 9D | A | 0 | 1F | B | 4F | 38 | 4B |
| Octal | 315 | 343 | 235 | 12 | 0 | 37 | 13 | 117 | 70 | 113 |
| Binary | 11001101 | 11100011 | 10011101 | 1010 | 0 | 11111 | 1011 | 1001111 | 111000 | 1001011 |
Color Harmonies of #CDE39D
Complementary color
Monochromatic Colors of #CDE39D
Black with #CDE39D
Text Example
Text Example
White with #CDE39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE39D; }
p { color: rgb(205,227,157); }
H1.HeaderClassName
{
color: #CDE39D;
}
.AnyTagClassName
{
color: #CDE39D;
}
</style>
background-color css
<style>
a { background-color: #CDE39D; }
a { background-color: rgb(205,227,157); }
div.DivClassName
{
background-color: #CDE39D;
}
.BgClassName
{
background-color: #CDE39D;
}
</style>
border-color css
<style>
span { border-color: #CDE39D; }
span { border-color: rgb(205,227,157); }
td.TdClassName
{
border-color: #CDE39D;
}
.TagClassName
{
border-color: #CDE39D;
}
</style>