Shades of Witch Haze #FDFF78
Tints of Witch Haze #FDFF78
RGB
CMYK
RGB Variations
Color information
#FDFF78 (or 0xFDFF78) is known color: Witch Haze. HEX triplet: FD, FF and 78. RGB value is (253,255,120). Sum of RGB (Red+Green+Blue) = 253+255+120=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 120 (47.27% from 255 or 19.11% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF78 is #020087. Grayscale: #EFEFEF. Windows color (decimal): -131208 or 7929853. OLE color: 7929853.
HSL color Cylindrical-coordinate representation of color #FDFF78: hue angle of 60.89º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDFF78 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 120 | - |
| CMYK | 0.01 | 0 | 0.53 | 0 |
| HSL | 60.89º | 1% | 0.74% | - |
| HSV(B) | 60.89º | 0.53% | 1% | - |
| XYZ | 79.66 | 93.76 | 31.67 | - |
| YUV | 239.01 | 60.84 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 120 | 0.01 | 0 | 0.53 | 0 | 60.89 | 1 | 0.74 |
| Hex | FD | FF | 78 | 1 | 0 | 35 | 0 | 3D | 64 | 4A |
| Octal | 375 | 377 | 170 | 1 | 0 | 65 | 0 | 75 | 144 | 112 |
| Binary | 11111101 | 11111111 | 1111000 | 1 | 0 | 110101 | 0 | 111101 | 1100100 | 1001010 |
Color Harmonies of #FDFF78
Complementary color
Monochromatic Colors of #FDFF78
Black with #FDFF78
Text Example
Text Example
White with #FDFF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF78; }
p { color: rgb(253,255,120); }
H1.HeaderClassName
{
color: #FDFF78;
}
.AnyTagClassName
{
color: #FDFF78;
}
</style>
background-color css
<style>
a { background-color: #FDFF78; }
a { background-color: rgb(253,255,120); }
div.DivClassName
{
background-color: #FDFF78;
}
.BgClassName
{
background-color: #FDFF78;
}
</style>
border-color css
<style>
span { border-color: #FDFF78; }
span { border-color: rgb(253,255,120); }
td.TdClassName
{
border-color: #FDFF78;
}
.TagClassName
{
border-color: #FDFF78;
}
</style>