Shades of Reef #CFFE94
Tints of Reef #CFFE94
RGB
CMYK
RGB Variations
Color information
#CFFE94 (or 0xCFFE94) is known color: Reef. HEX triplet: CF, FE and 94. RGB value is (207,254,148). Sum of RGB (Red+Green+Blue) = 207+254+148=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 148 (58.20% from 255 or 24.30% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFE94 is #30016B. Grayscale: #E4E4E4. Windows color (decimal): -3146092 or 9764559. OLE color: 9764559.
HSL color Cylindrical-coordinate representation of color #CFFE94: hue angle of 86.6º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFFE94 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 148 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.00 |
| HSL | 86.6º | 0.98% | 0.79% | - |
| HSV(B) | 86.6º | 0.42% | 1% | - |
| XYZ | 66.52 | 86.29 | 41.17 | - |
| YUV | 227.86 | 82.93 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 148 | 0.19 | 0 | 0.42 | 0.00 | 86.6 | 0.98 | 0.79 |
| Hex | CF | FE | 94 | 13 | 0 | 2A | 0 | 57 | 62 | 4F |
| Octal | 317 | 376 | 224 | 23 | 0 | 52 | 0 | 127 | 142 | 117 |
| Binary | 11001111 | 11111110 | 10010100 | 10011 | 0 | 101010 | 0 | 1010111 | 1100010 | 1001111 |
Color Harmonies of #CFFE94
Complementary color
Monochromatic Colors of #CFFE94
Black with #CFFE94
Text Example
Text Example
White with #CFFE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE94; }
p { color: rgb(207,254,148); }
H1.HeaderClassName
{
color: #CFFE94;
}
.AnyTagClassName
{
color: #CFFE94;
}
</style>
background-color css
<style>
a { background-color: #CFFE94; }
a { background-color: rgb(207,254,148); }
div.DivClassName
{
background-color: #CFFE94;
}
.BgClassName
{
background-color: #CFFE94;
}
</style>
border-color css
<style>
span { border-color: #CFFE94; }
span { border-color: rgb(207,254,148); }
td.TdClassName
{
border-color: #CFFE94;
}
.TagClassName
{
border-color: #CFFE94;
}
</style>