Shades of Mindaro #CFF450
Tints of Mindaro #CFF450
RGB
CMYK
RGB Variations
Color information
#CFF450 (or 0xCFF450) is known color: Mindaro. HEX triplet: CF, F4 and 50. RGB value is (207,244,80). Sum of RGB (Red+Green+Blue) = 207+244+80=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 244 (95.70% from 255 or 45.95% from 531); Blue value is 80 (31.64% from 255 or 15.07% from 531); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF450 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF450 is #300BAF. Grayscale: #D6D6D6. Windows color (decimal): -3148720 or 5305551. OLE color: 5305551.
HSL color Cylindrical-coordinate representation of color #CFF450: hue angle of 73.54º 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 #CFF450 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 80 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.04 |
| HSL | 73.54º | 0.88% | 0.64% | - |
| HSV(B) | 73.54º | 0.67% | 0.96% | - |
| XYZ | 59.53 | 78.55 | 19.61 | - |
| YUV | 214.24 | 52.24 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 80 | 0.15 | 0 | 0.67 | 0.04 | 73.54 | 0.88 | 0.64 |
| Hex | CF | F4 | 50 | F | 0 | 43 | 4 | 4A | 58 | 40 |
| Octal | 317 | 364 | 120 | 17 | 0 | 103 | 4 | 112 | 130 | 100 |
| Binary | 11001111 | 11110100 | 1010000 | 1111 | 0 | 1000011 | 100 | 1001010 | 1011000 | 1000000 |
Color Harmonies of #CFF450
Complementary color
Monochromatic Colors of #CFF450
Black with #CFF450
Text Example
Text Example
White with #CFF450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF450; }
p { color: rgb(207,244,80); }
H1.HeaderClassName
{
color: #CFF450;
}
.AnyTagClassName
{
color: #CFF450;
}
</style>
background-color css
<style>
a { background-color: #CFF450; }
a { background-color: rgb(207,244,80); }
div.DivClassName
{
background-color: #CFF450;
}
.BgClassName
{
background-color: #CFF450;
}
</style>
border-color css
<style>
span { border-color: #CFF450; }
span { border-color: rgb(207,244,80); }
td.TdClassName
{
border-color: #CFF450;
}
.TagClassName
{
border-color: #CFF450;
}
</style>