Shades of Reef #CDEF90
Tints of Reef #CDEF90
RGB
CMYK
RGB Variations
Color information
#CDEF90 (or 0xCDEF90) is known color: Reef. HEX triplet: CD, EF and 90. RGB value is (205,239,144). Sum of RGB (Red+Green+Blue) = 205+239+144=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEF90 is #32106F. Grayscale: #DADADA. Windows color (decimal): -3281008 or 9498573. OLE color: 9498573.
HSL color Cylindrical-coordinate representation of color #CDEF90: hue angle of 81.47º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDEF90 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 144 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.06 |
| HSL | 81.47º | 0.75% | 0.75% | - |
| HSV(B) | 81.47º | 0.4% | 0.94% | - |
| XYZ | 61.08 | 76.73 | 37.98 | - |
| YUV | 218 | 86.24 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 144 | 0.14 | 0 | 0.40 | 0.06 | 81.47 | 0.75 | 0.75 |
| Hex | CD | EF | 90 | E | 0 | 28 | 6 | 51 | 4B | 4B |
| Octal | 315 | 357 | 220 | 16 | 0 | 50 | 6 | 121 | 113 | 113 |
| Binary | 11001101 | 11101111 | 10010000 | 1110 | 0 | 101000 | 110 | 1010001 | 1001011 | 1001011 |
Color Harmonies of #CDEF90
Complementary color
Monochromatic Colors of #CDEF90
Black with #CDEF90
Text Example
Text Example
White with #CDEF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF90; }
p { color: rgb(205,239,144); }
H1.HeaderClassName
{
color: #CDEF90;
}
.AnyTagClassName
{
color: #CDEF90;
}
</style>
background-color css
<style>
a { background-color: #CDEF90; }
a { background-color: rgb(205,239,144); }
div.DivClassName
{
background-color: #CDEF90;
}
.BgClassName
{
background-color: #CDEF90;
}
</style>
border-color css
<style>
span { border-color: #CDEF90; }
span { border-color: rgb(205,239,144); }
td.TdClassName
{
border-color: #CDEF90;
}
.TagClassName
{
border-color: #CDEF90;
}
</style>