Shades of Mindaro #CFF368
Tints of Mindaro #CFF368
RGB
CMYK
RGB Variations
Color information
#CFF368 (or 0xCFF368) is known color: Mindaro. HEX triplet: CF, F3 and 68. RGB value is (207,243,104). Sum of RGB (Red+Green+Blue) = 207+243+104=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 104 (41.02% from 255 or 18.77% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF368 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF368 is #300C97. Grayscale: #D8D8D8. Windows color (decimal): -3148952 or 6878159. OLE color: 6878159.
HSL color Cylindrical-coordinate representation of color #CFF368: hue angle of 75.54º 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 #CFF368 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 104 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.05 |
| HSL | 75.54º | 0.85% | 0.68% | - |
| HSV(B) | 75.54º | 0.57% | 0.95% | - |
| XYZ | 60.28 | 78.37 | 25.05 | - |
| YUV | 216.39 | 64.57 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 104 | 0.15 | 0 | 0.57 | 0.05 | 75.54 | 0.85 | 0.68 |
| Hex | CF | F3 | 68 | F | 0 | 39 | 5 | 4C | 55 | 44 |
| Octal | 317 | 363 | 150 | 17 | 0 | 71 | 5 | 114 | 125 | 104 |
| Binary | 11001111 | 11110011 | 1101000 | 1111 | 0 | 111001 | 101 | 1001100 | 1010101 | 1000100 |
Color Harmonies of #CFF368
Complementary color
Monochromatic Colors of #CFF368
Black with #CFF368
Text Example
Text Example
White with #CFF368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF368; }
p { color: rgb(207,243,104); }
H1.HeaderClassName
{
color: #CFF368;
}
.AnyTagClassName
{
color: #CFF368;
}
</style>
background-color css
<style>
a { background-color: #CFF368; }
a { background-color: rgb(207,243,104); }
div.DivClassName
{
background-color: #CFF368;
}
.BgClassName
{
background-color: #CFF368;
}
</style>
border-color css
<style>
span { border-color: #CFF368; }
span { border-color: rgb(207,243,104); }
td.TdClassName
{
border-color: #CFF368;
}
.TagClassName
{
border-color: #CFF368;
}
</style>