Shades of Reef #CDFD9E
Tints of Reef #CDFD9E
RGB
CMYK
RGB Variations
Color information
#CDFD9E (or 0xCDFD9E) is known color: Reef. HEX triplet: CD, FD and 9E. RGB value is (205,253,158). Sum of RGB (Red+Green+Blue) = 205+253+158=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 158 (62.11% from 255 or 25.65% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFD9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFD9E is #320261. Grayscale: #E4E4E4. Windows color (decimal): -3277410 or 10419661. OLE color: 10419661.
HSL color Cylindrical-coordinate representation of color #CDFD9E: hue angle of 90.32º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDFD9E is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 253 | 158 | - |
CMYK | 0.19 | 0 | 0.38 | 0.01 |
HSL | 90.32º | 0.96% | 0.81% | - |
HSV(B) | 90.32º | 0.38% | 0.99% | - |
XYZ | 66.47 | 85.7 | 45.39 | - |
YUV | 227.82 | 88.6 | 111.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 253 | 158 | 0.19 | 0 | 0.38 | 0.01 | 90.32 | 0.96 | 0.81 |
Hex | CD | FD | 9E | 13 | 0 | 26 | 1 | 5A | 60 | 51 |
Octal | 315 | 375 | 236 | 23 | 0 | 46 | 1 | 132 | 140 | 121 |
Binary | 11001101 | 11111101 | 10011110 | 10011 | 0 | 100110 | 1 | 1011010 | 1100000 | 1010001 |
Color Harmonies of #CDFD9E
Complementary color
Monochromatic Colors of #CDFD9E
Black with #CDFD9E
Text Example
Text Example
White with #CDFD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFD9E; }
p { color: rgb(205,253,158); }
H1.HeaderClassName
{
color: #CDFD9E;
}
.AnyTagClassName
{
color: #CDFD9E;
}
</style>
background-color css
<style>
a { background-color: #CDFD9E; }
a { background-color: rgb(205,253,158); }
div.DivClassName
{
background-color: #CDFD9E;
}
.BgClassName
{
background-color: #CDFD9E;
}
</style>
border-color css
<style>
span { border-color: #CDFD9E; }
span { border-color: rgb(205,253,158); }
td.TdClassName
{
border-color: #CDFD9E;
}
.TagClassName
{
border-color: #CDFD9E;
}
</style>