Shades of Reef #CDF798
Tints of Reef #CDF798
RGB
CMYK
RGB Variations
Color information
#CDF798 (or 0xCDF798) is known color: Reef. HEX triplet: CD, F7 and 98. RGB value is (205,247,152). Sum of RGB (Red+Green+Blue) = 205+247+152=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 247 (96.88% from 255 or 40.89% from 604); Blue value is 152 (59.77% from 255 or 25.17% from 604); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF798 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF798 is #320867. Grayscale: #DFDFDF. Windows color (decimal): -3278952 or 10024909. OLE color: 10024909.
HSL color Cylindrical-coordinate representation of color #CDF798: hue angle of 86.53º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDF798 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
RGB | 205 | 247 | 152 | - |
CMYK | 0.17 | 0 | 0.38 | 0.03 |
HSL | 86.53º | 0.86% | 0.78% | - |
HSV(B) | 86.53º | 0.38% | 0.97% | - |
XYZ | 64.11 | 81.77 | 42.11 | - |
YUV | 223.61 | 87.59 | 114.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 247 | 152 | 0.17 | 0 | 0.38 | 0.03 | 86.53 | 0.86 | 0.78 |
Hex | CD | F7 | 98 | 11 | 0 | 26 | 3 | 57 | 56 | 4E |
Octal | 315 | 367 | 230 | 21 | 0 | 46 | 3 | 127 | 126 | 116 |
Binary | 11001101 | 11110111 | 10011000 | 10001 | 0 | 100110 | 11 | 1010111 | 1010110 | 1001110 |
Color Harmonies of #CDF798
Complementary color
Monochromatic Colors of #CDF798
Black with #CDF798
Text Example
Text Example
White with #CDF798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF798; }
p { color: rgb(205,247,152); }
H1.HeaderClassName
{
color: #CDF798;
}
.AnyTagClassName
{
color: #CDF798;
}
</style>
background-color css
<style>
a { background-color: #CDF798; }
a { background-color: rgb(205,247,152); }
div.DivClassName
{
background-color: #CDF798;
}
.BgClassName
{
background-color: #CDF798;
}
</style>
border-color css
<style>
span { border-color: #CDF798; }
span { border-color: rgb(205,247,152); }
td.TdClassName
{
border-color: #CDF798;
}
.TagClassName
{
border-color: #CDF798;
}
</style>