Shades of Reef #CDED90
Tints of Reef #CDED90
RGB
CMYK
RGB Variations
Color information
#CDED90 (or 0xCDED90) is known color: Reef. HEX triplet: CD, ED and 90. RGB value is (205,237,144). Sum of RGB (Red+Green+Blue) = 205+237+144=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 144 (56.64% from 255 or 24.57% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #CDED90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDED90 is #32126F. Grayscale: #D9D9D9. Windows color (decimal): -3281520 or 9498061. OLE color: 9498061.
HSL color Cylindrical-coordinate representation of color #CDED90: hue angle of 80.65º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDED90 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 237 | 144 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.07 |
| HSL | 80.65º | 0.72% | 0.75% | - |
| HSV(B) | 80.65º | 0.39% | 0.93% | - |
| XYZ | 60.5 | 75.56 | 37.78 | - |
| YUV | 216.83 | 86.9 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 144 | 0.14 | 0 | 0.39 | 0.07 | 80.65 | 0.72 | 0.75 |
| Hex | CD | ED | 90 | E | 0 | 27 | 7 | 51 | 48 | 4B |
| Octal | 315 | 355 | 220 | 16 | 0 | 47 | 7 | 121 | 110 | 113 |
| Binary | 11001101 | 11101101 | 10010000 | 1110 | 0 | 100111 | 111 | 1010001 | 1001000 | 1001011 |
Color Harmonies of #CDED90
Complementary color
Monochromatic Colors of #CDED90
Black with #CDED90
Text Example
Text Example
White with #CDED90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDED90; }
p { color: rgb(205,237,144); }
H1.HeaderClassName
{
color: #CDED90;
}
.AnyTagClassName
{
color: #CDED90;
}
</style>
background-color css
<style>
a { background-color: #CDED90; }
a { background-color: rgb(205,237,144); }
div.DivClassName
{
background-color: #CDED90;
}
.BgClassName
{
background-color: #CDED90;
}
</style>
border-color css
<style>
span { border-color: #CDED90; }
span { border-color: rgb(205,237,144); }
td.TdClassName
{
border-color: #CDED90;
}
.TagClassName
{
border-color: #CDED90;
}
</style>