Shades of Reef #CDFE90
Tints of Reef #CDFE90
RGB
CMYK
RGB Variations
Color information
#CDFE90 (or 0xCDFE90) is known color: Reef. HEX triplet: CD, FE and 90. RGB value is (205,254,144). Sum of RGB (Red+Green+Blue) = 205+254+144=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 144 (56.64% from 255 or 23.88% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFE90 is #32016F. Grayscale: #E3E3E3. Windows color (decimal): -3277168 or 9502413. OLE color: 9502413.
HSL color Cylindrical-coordinate representation of color #CDFE90: hue angle of 86.73º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDFE90 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 144 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.00 |
| HSL | 86.73º | 0.98% | 0.78% | - |
| HSV(B) | 86.73º | 0.43% | 1% | - |
| XYZ | 65.65 | 85.88 | 39.5 | - |
| YUV | 226.81 | 81.27 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 144 | 0.19 | 0 | 0.43 | 0.00 | 86.73 | 0.98 | 0.78 |
| Hex | CD | FE | 90 | 13 | 0 | 2B | 0 | 57 | 62 | 4E |
| Octal | 315 | 376 | 220 | 23 | 0 | 53 | 0 | 127 | 142 | 116 |
| Binary | 11001101 | 11111110 | 10010000 | 10011 | 0 | 101011 | 0 | 1010111 | 1100010 | 1001110 |
Color Harmonies of #CDFE90
Complementary color
Monochromatic Colors of #CDFE90
Black with #CDFE90
Text Example
Text Example
White with #CDFE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE90; }
p { color: rgb(205,254,144); }
H1.HeaderClassName
{
color: #CDFE90;
}
.AnyTagClassName
{
color: #CDFE90;
}
</style>
background-color css
<style>
a { background-color: #CDFE90; }
a { background-color: rgb(205,254,144); }
div.DivClassName
{
background-color: #CDFE90;
}
.BgClassName
{
background-color: #CDFE90;
}
</style>
border-color css
<style>
span { border-color: #CDFE90; }
span { border-color: rgb(205,254,144); }
td.TdClassName
{
border-color: #CDFE90;
}
.TagClassName
{
border-color: #CDFE90;
}
</style>