Shades of Mindaro #CFF366
Tints of Mindaro #CFF366
RGB
CMYK
RGB Variations
Color information
#CFF366 (or 0xCFF366) is known color: Mindaro. HEX triplet: CF, F3 and 66. RGB value is (207,243,102). Sum of RGB (Red+Green+Blue) = 207+243+102=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 243 (95.31% from 255 or 44.02% from 552); Blue value is 102 (40.23% from 255 or 18.48% from 552); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF366 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF366 is #300C99. Grayscale: #D8D8D8. Windows color (decimal): -3148954 or 6747087. OLE color: 6747087.
HSL color Cylindrical-coordinate representation of color #CFF366: hue angle of 75.32º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFF366 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 102 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.05 |
| HSL | 75.32º | 0.85% | 0.68% | - |
| HSV(B) | 75.32º | 0.58% | 0.95% | - |
| XYZ | 60.18 | 78.33 | 24.52 | - |
| YUV | 216.16 | 63.57 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 102 | 0.15 | 0 | 0.58 | 0.05 | 75.32 | 0.85 | 0.68 |
| Hex | CF | F3 | 66 | F | 0 | 3A | 5 | 4B | 55 | 44 |
| Octal | 317 | 363 | 146 | 17 | 0 | 72 | 5 | 113 | 125 | 104 |
| Binary | 11001111 | 11110011 | 1100110 | 1111 | 0 | 111010 | 101 | 1001011 | 1010101 | 1000100 |
Color Harmonies of #CFF366
Complementary color
Monochromatic Colors of #CFF366
Black with #CFF366
Text Example
Text Example
White with #CFF366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF366; }
p { color: rgb(207,243,102); }
H1.HeaderClassName
{
color: #CFF366;
}
.AnyTagClassName
{
color: #CFF366;
}
</style>
background-color css
<style>
a { background-color: #CFF366; }
a { background-color: rgb(207,243,102); }
div.DivClassName
{
background-color: #CFF366;
}
.BgClassName
{
background-color: #CFF366;
}
</style>
border-color css
<style>
span { border-color: #CFF366; }
span { border-color: rgb(207,243,102); }
td.TdClassName
{
border-color: #CFF366;
}
.TagClassName
{
border-color: #CFF366;
}
</style>