Shades of Reef #CDE694
Tints of Reef #CDE694
RGB
CMYK
RGB Variations
Color information
#CDE694 (or 0xCDE694) is known color: Reef. HEX triplet: CD, E6 and 94. RGB value is (205,230,148). Sum of RGB (Red+Green+Blue) = 205+230+148=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 148 (58.20% from 255 or 25.39% from 583); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE694 is #32196B. Grayscale: #D5D5D5. Windows color (decimal): -3283308 or 9758413. OLE color: 9758413.
HSL color Cylindrical-coordinate representation of color #CDE694: hue angle of 78.29º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDE694 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 148 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.10 |
| HSL | 78.29º | 0.62% | 0.74% | - |
| HSV(B) | 78.29º | 0.36% | 0.9% | - |
| XYZ | 58.82 | 71.71 | 38.76 | - |
| YUV | 213.18 | 91.22 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 148 | 0.11 | 0 | 0.36 | 0.10 | 78.29 | 0.62 | 0.74 |
| Hex | CD | E6 | 94 | B | 0 | 24 | A | 4E | 3E | 4A |
| Octal | 315 | 346 | 224 | 13 | 0 | 44 | 12 | 116 | 76 | 112 |
| Binary | 11001101 | 11100110 | 10010100 | 1011 | 0 | 100100 | 1010 | 1001110 | 111110 | 1001010 |
Color Harmonies of #CDE694
Complementary color
Monochromatic Colors of #CDE694
Black with #CDE694
Text Example
Text Example
White with #CDE694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE694; }
p { color: rgb(205,230,148); }
H1.HeaderClassName
{
color: #CDE694;
}
.AnyTagClassName
{
color: #CDE694;
}
</style>
background-color css
<style>
a { background-color: #CDE694; }
a { background-color: rgb(205,230,148); }
div.DivClassName
{
background-color: #CDE694;
}
.BgClassName
{
background-color: #CDE694;
}
</style>
border-color css
<style>
span { border-color: #CDE694; }
span { border-color: rgb(205,230,148); }
td.TdClassName
{
border-color: #CDE694;
}
.TagClassName
{
border-color: #CDE694;
}
</style>