Shades of Mindaro #CFF369
Tints of Mindaro #CFF369
RGB
CMYK
RGB Variations
Color information
#CFF369 (or 0xCFF369) is known color: Mindaro. HEX triplet: CF, F3 and 69. RGB value is (207,243,105). Sum of RGB (Red+Green+Blue) = 207+243+105=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 243 (95.31% from 255 or 43.78% from 555); Blue value is 105 (41.41% from 255 or 18.92% from 555); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF369 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF369 is #300C96. Grayscale: #D9D9D9. Windows color (decimal): -3148951 or 6943695. OLE color: 6943695.
HSL color Cylindrical-coordinate representation of color #CFF369: hue angle of 75.65º degrees, saturation: 0.85, 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 #CFF369 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 105 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.05 |
| HSL | 75.65º | 0.85% | 0.68% | - |
| HSV(B) | 75.65º | 0.57% | 0.95% | - |
| XYZ | 60.33 | 78.39 | 25.31 | - |
| YUV | 216.5 | 65.07 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 105 | 0.15 | 0 | 0.57 | 0.05 | 75.65 | 0.85 | 0.68 |
| Hex | CF | F3 | 69 | F | 0 | 39 | 5 | 4C | 55 | 44 |
| Octal | 317 | 363 | 151 | 17 | 0 | 71 | 5 | 114 | 125 | 104 |
| Binary | 11001111 | 11110011 | 1101001 | 1111 | 0 | 111001 | 101 | 1001100 | 1010101 | 1000100 |
Color Harmonies of #CFF369
Complementary color
Monochromatic Colors of #CFF369
Black with #CFF369
Text Example
Text Example
White with #CFF369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF369; }
p { color: rgb(207,243,105); }
H1.HeaderClassName
{
color: #CFF369;
}
.AnyTagClassName
{
color: #CFF369;
}
</style>
background-color css
<style>
a { background-color: #CFF369; }
a { background-color: rgb(207,243,105); }
div.DivClassName
{
background-color: #CFF369;
}
.BgClassName
{
background-color: #CFF369;
}
</style>
border-color css
<style>
span { border-color: #CFF369; }
span { border-color: rgb(207,243,105); }
td.TdClassName
{
border-color: #CFF369;
}
.TagClassName
{
border-color: #CFF369;
}
</style>