Shades of Reef #CDFF90
Tints of Reef #CDFF90
RGB
CMYK
RGB Variations
Color information
#CDFF90 (or 0xCDFF90) is known color: Reef. HEX triplet: CD, FF and 90. RGB value is (205,255,144). Sum of RGB (Red+Green+Blue) = 205+255+144=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 144 (56.64% from 255 or 23.84% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFF90 is #32006F. Grayscale: #E3E3E3. Windows color (decimal): -3276912 or 9502669. OLE color: 9502669.
HSL color Cylindrical-coordinate representation of color #CDFF90: hue angle of 87.03º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDFF90 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 144 | - |
| CMYK | 0.20 | 0 | 0.44 | 0 |
| HSL | 87.03º | 1% | 0.78% | - |
| HSV(B) | 87.03º | 0.44% | 1% | - |
| XYZ | 65.97 | 86.51 | 39.61 | - |
| YUV | 227.4 | 80.94 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 144 | 0.20 | 0 | 0.44 | 0 | 87.03 | 1 | 0.78 |
| Hex | CD | FF | 90 | 14 | 0 | 2C | 0 | 57 | 64 | 4E |
| Octal | 315 | 377 | 220 | 24 | 0 | 54 | 0 | 127 | 144 | 116 |
| Binary | 11001101 | 11111111 | 10010000 | 10100 | 0 | 101100 | 0 | 1010111 | 1100100 | 1001110 |
Color Harmonies of #CDFF90
Complementary color
Monochromatic Colors of #CDFF90
Black with #CDFF90
Text Example
Text Example
White with #CDFF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF90; }
p { color: rgb(205,255,144); }
H1.HeaderClassName
{
color: #CDFF90;
}
.AnyTagClassName
{
color: #CDFF90;
}
</style>
background-color css
<style>
a { background-color: #CDFF90; }
a { background-color: rgb(205,255,144); }
div.DivClassName
{
background-color: #CDFF90;
}
.BgClassName
{
background-color: #CDFF90;
}
</style>
border-color css
<style>
span { border-color: #CDFF90; }
span { border-color: rgb(205,255,144); }
td.TdClassName
{
border-color: #CDFF90;
}
.TagClassName
{
border-color: #CDFF90;
}
</style>