Shades of Mindaro #CFF261
Tints of Mindaro #CFF261
RGB
CMYK
RGB Variations
Color information
#CFF261 (or 0xCFF261) is known color: Mindaro. HEX triplet: CF, F2 and 61. RGB value is (207,242,97). Sum of RGB (Red+Green+Blue) = 207+242+97=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 97 (38.28% from 255 or 17.77% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF261 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF261 is #300D9E. Grayscale: #D7D7D7. Windows color (decimal): -3149215 or 6419151. OLE color: 6419151.
HSL color Cylindrical-coordinate representation of color #CFF261: hue angle of 74.48º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFF261 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 97 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.05 |
| HSL | 74.48º | 0.85% | 0.66% | - |
| HSV(B) | 74.48º | 0.6% | 0.95% | - |
| XYZ | 59.64 | 77.63 | 23.15 | - |
| YUV | 215.01 | 61.4 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 97 | 0.14 | 0 | 0.60 | 0.05 | 74.48 | 0.85 | 0.66 |
| Hex | CF | F2 | 61 | E | 0 | 3C | 5 | 4A | 55 | 42 |
| Octal | 317 | 362 | 141 | 16 | 0 | 74 | 5 | 112 | 125 | 102 |
| Binary | 11001111 | 11110010 | 1100001 | 1110 | 0 | 111100 | 101 | 1001010 | 1010101 | 1000010 |
Color Harmonies of #CFF261
Complementary color
Monochromatic Colors of #CFF261
Black with #CFF261
Text Example
Text Example
White with #CFF261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF261; }
p { color: rgb(207,242,97); }
H1.HeaderClassName
{
color: #CFF261;
}
.AnyTagClassName
{
color: #CFF261;
}
</style>
background-color css
<style>
a { background-color: #CFF261; }
a { background-color: rgb(207,242,97); }
div.DivClassName
{
background-color: #CFF261;
}
.BgClassName
{
background-color: #CFF261;
}
</style>
border-color css
<style>
span { border-color: #CFF261; }
span { border-color: rgb(207,242,97); }
td.TdClassName
{
border-color: #CFF261;
}
.TagClassName
{
border-color: #CFF261;
}
</style>