Shades of Reef #CFFE90
Tints of Reef #CFFE90
RGB
CMYK
RGB Variations
Color information
#CFFE90 (or 0xCFFE90) is known color: Reef. HEX triplet: CF, FE and 90. RGB value is (207,254,144). Sum of RGB (Red+Green+Blue) = 207+254+144=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 144 (56.64% from 255 or 23.80% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFE90 is #30016F. Grayscale: #E3E3E3. Windows color (decimal): -3146096 or 9502415. OLE color: 9502415.
HSL color Cylindrical-coordinate representation of color #CFFE90: hue angle of 85.64º 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 #CFFE90 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 144 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.00 |
| HSL | 85.64º | 0.98% | 0.78% | - |
| HSV(B) | 85.64º | 0.43% | 1% | - |
| XYZ | 66.21 | 86.16 | 39.53 | - |
| YUV | 227.41 | 80.93 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 144 | 0.19 | 0 | 0.43 | 0.00 | 85.64 | 0.98 | 0.78 |
| Hex | CF | FE | 90 | 13 | 0 | 2B | 0 | 56 | 62 | 4E |
| Octal | 317 | 376 | 220 | 23 | 0 | 53 | 0 | 126 | 142 | 116 |
| Binary | 11001111 | 11111110 | 10010000 | 10011 | 0 | 101011 | 0 | 1010110 | 1100010 | 1001110 |
Color Harmonies of #CFFE90
Complementary color
Monochromatic Colors of #CFFE90
Black with #CFFE90
Text Example
Text Example
White with #CFFE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE90; }
p { color: rgb(207,254,144); }
H1.HeaderClassName
{
color: #CFFE90;
}
.AnyTagClassName
{
color: #CFFE90;
}
</style>
background-color css
<style>
a { background-color: #CFFE90; }
a { background-color: rgb(207,254,144); }
div.DivClassName
{
background-color: #CFFE90;
}
.BgClassName
{
background-color: #CFFE90;
}
</style>
border-color css
<style>
span { border-color: #CFFE90; }
span { border-color: rgb(207,254,144); }
td.TdClassName
{
border-color: #CFFE90;
}
.TagClassName
{
border-color: #CFFE90;
}
</style>