Shades of Reef #CDE692
Tints of Reef #CDE692
RGB
CMYK
RGB Variations
Color information
#CDE692 (or 0xCDE692) is known color: Reef. HEX triplet: CD, E6 and 92. RGB value is (205,230,146). Sum of RGB (Red+Green+Blue) = 205+230+146=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 230 (90.23% from 255 or 39.59% from 581); Blue value is 146 (57.42% from 255 or 25.13% from 581); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE692 is #32196D. Grayscale: #D5D5D5. Windows color (decimal): -3283310 or 9627341. OLE color: 9627341.
HSL color Cylindrical-coordinate representation of color #CDE692: hue angle of 77.86º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDE692 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 146 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.10 |
| HSL | 77.86º | 0.63% | 0.74% | - |
| HSV(B) | 77.86º | 0.37% | 0.9% | - |
| XYZ | 58.66 | 71.65 | 37.93 | - |
| YUV | 212.95 | 90.22 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 146 | 0.11 | 0 | 0.37 | 0.10 | 77.86 | 0.63 | 0.74 |
| Hex | CD | E6 | 92 | B | 0 | 25 | A | 4E | 3F | 4A |
| Octal | 315 | 346 | 222 | 13 | 0 | 45 | 12 | 116 | 77 | 112 |
| Binary | 11001101 | 11100110 | 10010010 | 1011 | 0 | 100101 | 1010 | 1001110 | 111111 | 1001010 |
Color Harmonies of #CDE692
Complementary color
Monochromatic Colors of #CDE692
Black with #CDE692
Text Example
Text Example
White with #CDE692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE692; }
p { color: rgb(205,230,146); }
H1.HeaderClassName
{
color: #CDE692;
}
.AnyTagClassName
{
color: #CDE692;
}
</style>
background-color css
<style>
a { background-color: #CDE692; }
a { background-color: rgb(205,230,146); }
div.DivClassName
{
background-color: #CDE692;
}
.BgClassName
{
background-color: #CDE692;
}
</style>
border-color css
<style>
span { border-color: #CDE692; }
span { border-color: rgb(205,230,146); }
td.TdClassName
{
border-color: #CDE692;
}
.TagClassName
{
border-color: #CDE692;
}
</style>