Shades of Reef #CDF290
Tints of Reef #CDF290
RGB
CMYK
RGB Variations
Color information
#CDF290 (or 0xCDF290) is known color: Reef. HEX triplet: CD, F2 and 90. RGB value is (205,242,144). Sum of RGB (Red+Green+Blue) = 205+242+144=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 144 (56.64% from 255 or 24.37% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF290 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF290 is #320D6F. Grayscale: #DCDCDC. Windows color (decimal): -3280240 or 9499341. OLE color: 9499341.
HSL color Cylindrical-coordinate representation of color #CDF290: hue angle of 82.65º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDF290 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 144 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.05 |
| HSL | 82.65º | 0.79% | 0.76% | - |
| HSV(B) | 82.65º | 0.4% | 0.95% | - |
| XYZ | 61.96 | 78.5 | 38.27 | - |
| YUV | 219.77 | 85.24 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 144 | 0.15 | 0 | 0.40 | 0.05 | 82.65 | 0.79 | 0.76 |
| Hex | CD | F2 | 90 | F | 0 | 28 | 5 | 53 | 4F | 4C |
| Octal | 315 | 362 | 220 | 17 | 0 | 50 | 5 | 123 | 117 | 114 |
| Binary | 11001101 | 11110010 | 10010000 | 1111 | 0 | 101000 | 101 | 1010011 | 1001111 | 1001100 |
Color Harmonies of #CDF290
Complementary color
Monochromatic Colors of #CDF290
Black with #CDF290
Text Example
Text Example
White with #CDF290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF290; }
p { color: rgb(205,242,144); }
H1.HeaderClassName
{
color: #CDF290;
}
.AnyTagClassName
{
color: #CDF290;
}
</style>
background-color css
<style>
a { background-color: #CDF290; }
a { background-color: rgb(205,242,144); }
div.DivClassName
{
background-color: #CDF290;
}
.BgClassName
{
background-color: #CDF290;
}
</style>
border-color css
<style>
span { border-color: #CDF290; }
span { border-color: rgb(205,242,144); }
td.TdClassName
{
border-color: #CDF290;
}
.TagClassName
{
border-color: #CDF290;
}
</style>