Shades of Reef #CDF190
Tints of Reef #CDF190
RGB
CMYK
RGB Variations
Color information
#CDF190 (or 0xCDF190) is known color: Reef. HEX triplet: CD, F1 and 90. RGB value is (205,241,144). Sum of RGB (Red+Green+Blue) = 205+241+144=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 144 (56.64% from 255 or 24.41% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF190 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF190 is #320E6F. Grayscale: #DBDBDB. Windows color (decimal): -3280496 or 9499085. OLE color: 9499085.
HSL color Cylindrical-coordinate representation of color #CDF190: hue angle of 82.27º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDF190 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 144 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.05 |
| HSL | 82.27º | 0.78% | 0.75% | - |
| HSV(B) | 82.27º | 0.4% | 0.95% | - |
| XYZ | 61.67 | 77.9 | 38.17 | - |
| YUV | 219.18 | 85.57 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 144 | 0.15 | 0 | 0.40 | 0.05 | 82.27 | 0.78 | 0.75 |
| Hex | CD | F1 | 90 | F | 0 | 28 | 5 | 52 | 4E | 4B |
| Octal | 315 | 361 | 220 | 17 | 0 | 50 | 5 | 122 | 116 | 113 |
| Binary | 11001101 | 11110001 | 10010000 | 1111 | 0 | 101000 | 101 | 1010010 | 1001110 | 1001011 |
Color Harmonies of #CDF190
Complementary color
Monochromatic Colors of #CDF190
Black with #CDF190
Text Example
Text Example
White with #CDF190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF190; }
p { color: rgb(205,241,144); }
H1.HeaderClassName
{
color: #CDF190;
}
.AnyTagClassName
{
color: #CDF190;
}
</style>
background-color css
<style>
a { background-color: #CDF190; }
a { background-color: rgb(205,241,144); }
div.DivClassName
{
background-color: #CDF190;
}
.BgClassName
{
background-color: #CDF190;
}
</style>
border-color css
<style>
span { border-color: #CDF190; }
span { border-color: rgb(205,241,144); }
td.TdClassName
{
border-color: #CDF190;
}
.TagClassName
{
border-color: #CDF190;
}
</style>