Shades of Witch Haze #FEFF7F
Tints of Witch Haze #FEFF7F
RGB
CMYK
RGB Variations
Color information
#FEFF7F (or 0xFEFF7F) is known color: Witch Haze. HEX triplet: FE, FF and 7F. RGB value is (254,255,127). Sum of RGB (Red+Green+Blue) = 254+255+127=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 127 (50% from 255 or 19.97% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFF7F is #010080. Grayscale: #F0F0F0. Windows color (decimal): -65665 or 8388606. OLE color: 8388606.
HSL color Cylindrical-coordinate representation of color #FEFF7F: hue angle of 60.47º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEFF7F is Cyan = 0.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 127 | - |
| CMYK | 0.00 | 0 | 0.50 | 0 |
| HSL | 60.47º | 1% | 0.75% | - |
| HSV(B) | 60.47º | 0.5% | 1% | - |
| XYZ | 80.46 | 94.12 | 34.01 | - |
| YUV | 240.11 | 64.17 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 127 | 0.00 | 0 | 0.50 | 0 | 60.47 | 1 | 0.75 |
| Hex | FE | FF | 7F | 0 | 0 | 32 | 0 | 3C | 64 | 4B |
| Octal | 376 | 377 | 177 | 0 | 0 | 62 | 0 | 74 | 144 | 113 |
| Binary | 11111110 | 11111111 | 1111111 | 0 | 0 | 110010 | 0 | 111100 | 1100100 | 1001011 |
Color Harmonies of #FEFF7F
Complementary color
Monochromatic Colors of #FEFF7F
Black with #FEFF7F
Text Example
Text Example
White with #FEFF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF7F; }
p { color: rgb(254,255,127); }
H1.HeaderClassName
{
color: #FEFF7F;
}
.AnyTagClassName
{
color: #FEFF7F;
}
</style>
background-color css
<style>
a { background-color: #FEFF7F; }
a { background-color: rgb(254,255,127); }
div.DivClassName
{
background-color: #FEFF7F;
}
.BgClassName
{
background-color: #FEFF7F;
}
</style>
border-color css
<style>
span { border-color: #FEFF7F; }
span { border-color: rgb(254,255,127); }
td.TdClassName
{
border-color: #FEFF7F;
}
.TagClassName
{
border-color: #FEFF7F;
}
</style>