Shades of Reef #CDFD90
Tints of Reef #CDFD90
RGB
CMYK
RGB Variations
Color information
#CDFD90 (or 0xCDFD90) is known color: Reef. HEX triplet: CD, FD and 90. RGB value is (205,253,144). Sum of RGB (Red+Green+Blue) = 205+253+144=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 144 (56.64% from 255 or 23.92% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFD90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFD90 is #32026F. Grayscale: #E2E2E2. Windows color (decimal): -3277424 or 9502157. OLE color: 9502157.
HSL color Cylindrical-coordinate representation of color #CDFD90: hue angle of 86.42º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDFD90 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 253 | 144 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.01 |
| HSL | 86.42º | 0.96% | 0.78% | - |
| HSV(B) | 86.42º | 0.43% | 0.99% | - |
| XYZ | 65.34 | 85.24 | 39.4 | - |
| YUV | 226.22 | 81.6 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 253 | 144 | 0.19 | 0 | 0.43 | 0.01 | 86.42 | 0.96 | 0.78 |
| Hex | CD | FD | 90 | 13 | 0 | 2B | 1 | 56 | 60 | 4E |
| Octal | 315 | 375 | 220 | 23 | 0 | 53 | 1 | 126 | 140 | 116 |
| Binary | 11001101 | 11111101 | 10010000 | 10011 | 0 | 101011 | 1 | 1010110 | 1100000 | 1001110 |
Color Harmonies of #CDFD90
Complementary color
Monochromatic Colors of #CDFD90
Black with #CDFD90
Text Example
Text Example
White with #CDFD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFD90; }
p { color: rgb(205,253,144); }
H1.HeaderClassName
{
color: #CDFD90;
}
.AnyTagClassName
{
color: #CDFD90;
}
</style>
background-color css
<style>
a { background-color: #CDFD90; }
a { background-color: rgb(205,253,144); }
div.DivClassName
{
background-color: #CDFD90;
}
.BgClassName
{
background-color: #CDFD90;
}
</style>
border-color css
<style>
span { border-color: #CDFD90; }
span { border-color: rgb(205,253,144); }
td.TdClassName
{
border-color: #CDFD90;
}
.TagClassName
{
border-color: #CDFD90;
}
</style>