Shades of Mindaro #CFFF54
Tints of Mindaro #CFFF54
RGB
CMYK
RGB Variations
Color information
#CFFF54 (or 0xCFFF54) is known color: Mindaro. HEX triplet: CF, FF and 54. RGB value is (207,255,84). Sum of RGB (Red+Green+Blue) = 207+255+84=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 84 (33.20% from 255 or 15.38% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFF54 is #3000AB. Grayscale: #DDDDDD. Windows color (decimal): -3145900 or 5570511. OLE color: 5570511.
HSL color Cylindrical-coordinate representation of color #CFFF54: hue angle of 76.84º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFFF54 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 84 | - |
| CMYK | 0.19 | 0 | 0.67 | 0 |
| HSL | 76.84º | 1% | 0.66% | - |
| HSV(B) | 76.84º | 0.67% | 1% | - |
| XYZ | 63.09 | 85.43 | 21.55 | - |
| YUV | 221.15 | 50.6 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 84 | 0.19 | 0 | 0.67 | 0 | 76.84 | 1 | 0.66 |
| Hex | CF | FF | 54 | 13 | 0 | 43 | 0 | 4D | 64 | 42 |
| Octal | 317 | 377 | 124 | 23 | 0 | 103 | 0 | 115 | 144 | 102 |
| Binary | 11001111 | 11111111 | 1010100 | 10011 | 0 | 1000011 | 0 | 1001101 | 1100100 | 1000010 |
Color Harmonies of #CFFF54
Complementary color
Monochromatic Colors of #CFFF54
Black with #CFFF54
Text Example
Text Example
White with #CFFF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF54; }
p { color: rgb(207,255,84); }
H1.HeaderClassName
{
color: #CFFF54;
}
.AnyTagClassName
{
color: #CFFF54;
}
</style>
background-color css
<style>
a { background-color: #CFFF54; }
a { background-color: rgb(207,255,84); }
div.DivClassName
{
background-color: #CFFF54;
}
.BgClassName
{
background-color: #CFFF54;
}
</style>
border-color css
<style>
span { border-color: #CFFF54; }
span { border-color: rgb(207,255,84); }
td.TdClassName
{
border-color: #CFFF54;
}
.TagClassName
{
border-color: #CFFF54;
}
</style>