Shades of Mindaro #CFF454
Tints of Mindaro #CFF454
RGB
CMYK
RGB Variations
Color information
#CFF454 (or 0xCFF454) is known color: Mindaro. HEX triplet: CF, F4 and 54. RGB value is (207,244,84). Sum of RGB (Red+Green+Blue) = 207+244+84=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 244 (95.70% from 255 or 45.61% from 535); Blue value is 84 (33.20% from 255 or 15.70% from 535); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF454 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF454 is #300BAB. Grayscale: #D7D7D7. Windows color (decimal): -3148716 or 5567695. OLE color: 5567695.
HSL color Cylindrical-coordinate representation of color #CFF454: hue angle of 73.88º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFF454 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 84 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.04 |
| HSL | 73.88º | 0.88% | 0.64% | - |
| HSV(B) | 73.88º | 0.66% | 0.96% | - |
| XYZ | 59.68 | 78.61 | 20.41 | - |
| YUV | 214.7 | 54.24 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 84 | 0.15 | 0 | 0.66 | 0.04 | 73.88 | 0.88 | 0.64 |
| Hex | CF | F4 | 54 | F | 0 | 42 | 4 | 4A | 58 | 40 |
| Octal | 317 | 364 | 124 | 17 | 0 | 102 | 4 | 112 | 130 | 100 |
| Binary | 11001111 | 11110100 | 1010100 | 1111 | 0 | 1000010 | 100 | 1001010 | 1011000 | 1000000 |
Color Harmonies of #CFF454
Complementary color
Monochromatic Colors of #CFF454
Black with #CFF454
Text Example
Text Example
White with #CFF454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF454; }
p { color: rgb(207,244,84); }
H1.HeaderClassName
{
color: #CFF454;
}
.AnyTagClassName
{
color: #CFF454;
}
</style>
background-color css
<style>
a { background-color: #CFF454; }
a { background-color: rgb(207,244,84); }
div.DivClassName
{
background-color: #CFF454;
}
.BgClassName
{
background-color: #CFF454;
}
</style>
border-color css
<style>
span { border-color: #CFF454; }
span { border-color: rgb(207,244,84); }
td.TdClassName
{
border-color: #CFF454;
}
.TagClassName
{
border-color: #CFF454;
}
</style>