Shades of Mindaro #CFF269
Tints of Mindaro #CFF269
RGB
CMYK
RGB Variations
Color information
#CFF269 (or 0xCFF269) is known color: Mindaro. HEX triplet: CF, F2 and 69. RGB value is (207,242,105). Sum of RGB (Red+Green+Blue) = 207+242+105=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 105 (41.41% from 255 or 18.95% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF269 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF269 is #300D96. Grayscale: #D8D8D8. Windows color (decimal): -3149207 or 6943439. OLE color: 6943439.
HSL color Cylindrical-coordinate representation of color #CFF269: hue angle of 75.33º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFF269 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 105 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.05 |
| HSL | 75.33º | 0.84% | 0.68% | - |
| HSV(B) | 75.33º | 0.57% | 0.95% | - |
| XYZ | 60.03 | 77.79 | 25.22 | - |
| YUV | 215.92 | 65.4 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 105 | 0.14 | 0 | 0.57 | 0.05 | 75.33 | 0.84 | 0.68 |
| Hex | CF | F2 | 69 | E | 0 | 39 | 5 | 4B | 54 | 44 |
| Octal | 317 | 362 | 151 | 16 | 0 | 71 | 5 | 113 | 124 | 104 |
| Binary | 11001111 | 11110010 | 1101001 | 1110 | 0 | 111001 | 101 | 1001011 | 1010100 | 1000100 |
Color Harmonies of #CFF269
Complementary color
Monochromatic Colors of #CFF269
Black with #CFF269
Text Example
Text Example
White with #CFF269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF269; }
p { color: rgb(207,242,105); }
H1.HeaderClassName
{
color: #CFF269;
}
.AnyTagClassName
{
color: #CFF269;
}
</style>
background-color css
<style>
a { background-color: #CFF269; }
a { background-color: rgb(207,242,105); }
div.DivClassName
{
background-color: #CFF269;
}
.BgClassName
{
background-color: #CFF269;
}
</style>
border-color css
<style>
span { border-color: #CFF269; }
span { border-color: rgb(207,242,105); }
td.TdClassName
{
border-color: #CFF269;
}
.TagClassName
{
border-color: #CFF269;
}
</style>