Shades of Reef #CDF490
Tints of Reef #CDF490
RGB
CMYK
RGB Variations
Color information
#CDF490 (or 0xCDF490) is known color: Reef. HEX triplet: CD, F4 and 90. RGB value is (205,244,144). Sum of RGB (Red+Green+Blue) = 205+244+144=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 244 (95.70% from 255 or 41.15% from 593); Blue value is 144 (56.64% from 255 or 24.28% from 593); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF490 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF490 is #320B6F. Grayscale: #DDDDDD. Windows color (decimal): -3279728 or 9499853. OLE color: 9499853.
HSL color Cylindrical-coordinate representation of color #CDF490: hue angle of 83.4º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDF490 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 144 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.04 |
| HSL | 83.4º | 0.82% | 0.76% | - |
| HSV(B) | 83.4º | 0.41% | 0.96% | - |
| XYZ | 62.56 | 79.69 | 38.47 | - |
| YUV | 220.94 | 84.58 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 144 | 0.16 | 0 | 0.41 | 0.04 | 83.4 | 0.82 | 0.76 |
| Hex | CD | F4 | 90 | 10 | 0 | 29 | 4 | 53 | 52 | 4C |
| Octal | 315 | 364 | 220 | 20 | 0 | 51 | 4 | 123 | 122 | 114 |
| Binary | 11001101 | 11110100 | 10010000 | 10000 | 0 | 101001 | 100 | 1010011 | 1010010 | 1001100 |
Color Harmonies of #CDF490
Complementary color
Monochromatic Colors of #CDF490
Black with #CDF490
Text Example
Text Example
White with #CDF490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF490; }
p { color: rgb(205,244,144); }
H1.HeaderClassName
{
color: #CDF490;
}
.AnyTagClassName
{
color: #CDF490;
}
</style>
background-color css
<style>
a { background-color: #CDF490; }
a { background-color: rgb(205,244,144); }
div.DivClassName
{
background-color: #CDF490;
}
.BgClassName
{
background-color: #CDF490;
}
</style>
border-color css
<style>
span { border-color: #CDF490; }
span { border-color: rgb(205,244,144); }
td.TdClassName
{
border-color: #CDF490;
}
.TagClassName
{
border-color: #CDF490;
}
</style>