Shades of Reef #CFFE92
Tints of Reef #CFFE92
RGB
CMYK
RGB Variations
Color information
#CFFE92 (or 0xCFFE92) is known color: Reef. HEX triplet: CF, FE and 92. RGB value is (207,254,146). Sum of RGB (Red+Green+Blue) = 207+254+146=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 146 (57.42% from 255 or 24.05% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFE92 is #30016D. Grayscale: #E4E4E4. Windows color (decimal): -3146094 or 9633487. OLE color: 9633487.
HSL color Cylindrical-coordinate representation of color #CFFE92: hue angle of 86.11º 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 #CFFE92 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 146 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.00 |
| HSL | 86.11º | 0.98% | 0.78% | - |
| HSV(B) | 86.11º | 0.43% | 1% | - |
| XYZ | 66.36 | 86.22 | 40.34 | - |
| YUV | 227.64 | 81.93 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 146 | 0.19 | 0 | 0.43 | 0.00 | 86.11 | 0.98 | 0.78 |
| Hex | CF | FE | 92 | 13 | 0 | 2B | 0 | 56 | 62 | 4E |
| Octal | 317 | 376 | 222 | 23 | 0 | 53 | 0 | 126 | 142 | 116 |
| Binary | 11001111 | 11111110 | 10010010 | 10011 | 0 | 101011 | 0 | 1010110 | 1100010 | 1001110 |
Color Harmonies of #CFFE92
Complementary color
Monochromatic Colors of #CFFE92
Black with #CFFE92
Text Example
Text Example
White with #CFFE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE92; }
p { color: rgb(207,254,146); }
H1.HeaderClassName
{
color: #CFFE92;
}
.AnyTagClassName
{
color: #CFFE92;
}
</style>
background-color css
<style>
a { background-color: #CFFE92; }
a { background-color: rgb(207,254,146); }
div.DivClassName
{
background-color: #CFFE92;
}
.BgClassName
{
background-color: #CFFE92;
}
</style>
border-color css
<style>
span { border-color: #CFFE92; }
span { border-color: rgb(207,254,146); }
td.TdClassName
{
border-color: #CFFE92;
}
.TagClassName
{
border-color: #CFFE92;
}
</style>