Shades of Mindaro #CFF451
Tints of Mindaro #CFF451
RGB
CMYK
RGB Variations
Color information
#CFF451 (or 0xCFF451) is known color: Mindaro. HEX triplet: CF, F4 and 51. RGB value is (207,244,81). Sum of RGB (Red+Green+Blue) = 207+244+81=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 244 (95.70% from 255 or 45.86% from 532); Blue value is 81 (32.03% from 255 or 15.23% from 532); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF451 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF451 is #300BAE. Grayscale: #D6D6D6. Windows color (decimal): -3148719 or 5371087. OLE color: 5371087.
HSL color Cylindrical-coordinate representation of color #CFF451: hue angle of 73.62º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFF451 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 81 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.04 |
| HSL | 73.62º | 0.88% | 0.64% | - |
| HSV(B) | 73.62º | 0.67% | 0.96% | - |
| XYZ | 59.57 | 78.56 | 19.81 | - |
| YUV | 214.36 | 52.74 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 81 | 0.15 | 0 | 0.67 | 0.04 | 73.62 | 0.88 | 0.64 |
| Hex | CF | F4 | 51 | F | 0 | 43 | 4 | 4A | 58 | 40 |
| Octal | 317 | 364 | 121 | 17 | 0 | 103 | 4 | 112 | 130 | 100 |
| Binary | 11001111 | 11110100 | 1010001 | 1111 | 0 | 1000011 | 100 | 1001010 | 1011000 | 1000000 |
Color Harmonies of #CFF451
Complementary color
Monochromatic Colors of #CFF451
Black with #CFF451
Text Example
Text Example
White with #CFF451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF451; }
p { color: rgb(207,244,81); }
H1.HeaderClassName
{
color: #CFF451;
}
.AnyTagClassName
{
color: #CFF451;
}
</style>
background-color css
<style>
a { background-color: #CFF451; }
a { background-color: rgb(207,244,81); }
div.DivClassName
{
background-color: #CFF451;
}
.BgClassName
{
background-color: #CFF451;
}
</style>
border-color css
<style>
span { border-color: #CFF451; }
span { border-color: rgb(207,244,81); }
td.TdClassName
{
border-color: #CFF451;
}
.TagClassName
{
border-color: #CFF451;
}
</style>