Shades of Reef #CDEF94
Tints of Reef #CDEF94
RGB
CMYK
RGB Variations
Color information
#CDEF94 (or 0xCDEF94) is known color: Reef. HEX triplet: CD, EF and 94. RGB value is (205,239,148). Sum of RGB (Red+Green+Blue) = 205+239+148=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 148 (58.20% from 255 or 25% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEF94 is #32106B. Grayscale: #DADADA. Windows color (decimal): -3281004 or 9760717. OLE color: 9760717.
HSL color Cylindrical-coordinate representation of color #CDEF94: hue angle of 82.42º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDEF94 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 148 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.06 |
| HSL | 82.42º | 0.74% | 0.76% | - |
| HSV(B) | 82.42º | 0.38% | 0.94% | - |
| XYZ | 61.39 | 76.85 | 39.62 | - |
| YUV | 218.46 | 88.24 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 148 | 0.14 | 0 | 0.38 | 0.06 | 82.42 | 0.74 | 0.76 |
| Hex | CD | EF | 94 | E | 0 | 26 | 6 | 52 | 4A | 4C |
| Octal | 315 | 357 | 224 | 16 | 0 | 46 | 6 | 122 | 112 | 114 |
| Binary | 11001101 | 11101111 | 10010100 | 1110 | 0 | 100110 | 110 | 1010010 | 1001010 | 1001100 |
Color Harmonies of #CDEF94
Complementary color
Monochromatic Colors of #CDEF94
Black with #CDEF94
Text Example
Text Example
White with #CDEF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF94; }
p { color: rgb(205,239,148); }
H1.HeaderClassName
{
color: #CDEF94;
}
.AnyTagClassName
{
color: #CDEF94;
}
</style>
background-color css
<style>
a { background-color: #CDEF94; }
a { background-color: rgb(205,239,148); }
div.DivClassName
{
background-color: #CDEF94;
}
.BgClassName
{
background-color: #CDEF94;
}
</style>
border-color css
<style>
span { border-color: #CDEF94; }
span { border-color: rgb(205,239,148); }
td.TdClassName
{
border-color: #CDEF94;
}
.TagClassName
{
border-color: #CDEF94;
}
</style>