Shades of Reef #CDF091
Tints of Reef #CDF091
RGB
CMYK
RGB Variations
Color information
#CDF091 (or 0xCDF091) is known color: Reef. HEX triplet: CD, F0 and 91. RGB value is (205,240,145). Sum of RGB (Red+Green+Blue) = 205+240+145=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 145 (57.03% from 255 or 24.58% from 590); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF091 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF091 is #320F6E. Grayscale: #DBDBDB. Windows color (decimal): -3280751 or 9564365. OLE color: 9564365.
HSL color Cylindrical-coordinate representation of color #CDF091: hue angle of 82.11º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDF091 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 145 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.06 |
| HSL | 82.11º | 0.76% | 0.75% | - |
| HSV(B) | 82.11º | 0.4% | 0.94% | - |
| XYZ | 61.45 | 77.34 | 38.48 | - |
| YUV | 218.71 | 86.4 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 145 | 0.15 | 0 | 0.40 | 0.06 | 82.11 | 0.76 | 0.75 |
| Hex | CD | F0 | 91 | F | 0 | 28 | 6 | 52 | 4C | 4B |
| Octal | 315 | 360 | 221 | 17 | 0 | 50 | 6 | 122 | 114 | 113 |
| Binary | 11001101 | 11110000 | 10010001 | 1111 | 0 | 101000 | 110 | 1010010 | 1001100 | 1001011 |
Color Harmonies of #CDF091
Complementary color
Monochromatic Colors of #CDF091
Black with #CDF091
Text Example
Text Example
White with #CDF091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF091; }
p { color: rgb(205,240,145); }
H1.HeaderClassName
{
color: #CDF091;
}
.AnyTagClassName
{
color: #CDF091;
}
</style>
background-color css
<style>
a { background-color: #CDF091; }
a { background-color: rgb(205,240,145); }
div.DivClassName
{
background-color: #CDF091;
}
.BgClassName
{
background-color: #CDF091;
}
</style>
border-color css
<style>
span { border-color: #CDF091; }
span { border-color: rgb(205,240,145); }
td.TdClassName
{
border-color: #CDF091;
}
.TagClassName
{
border-color: #CDF091;
}
</style>