Shades of Mindaro #CFF65B
Tints of Mindaro #CFF65B
RGB
CMYK
RGB Variations
Color information
#CFF65B (or 0xCFF65B) is known color: Mindaro. HEX triplet: CF, F6 and 5B. RGB value is (207,246,91). Sum of RGB (Red+Green+Blue) = 207+246+91=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 246 (96.48% from 255 or 45.22% from 544); Blue value is 91 (35.94% from 255 or 16.73% from 544); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF65B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF65B is #3009A4. Grayscale: #D9D9D9. Windows color (decimal): -3148197 or 6026959. OLE color: 6026959.
HSL color Cylindrical-coordinate representation of color #CFF65B: hue angle of 75.1º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFF65B is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 91 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.04 |
| HSL | 75.1º | 0.9% | 0.66% | - |
| HSV(B) | 75.1º | 0.63% | 0.96% | - |
| XYZ | 60.58 | 79.93 | 22.13 | - |
| YUV | 216.67 | 57.08 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 91 | 0.16 | 0 | 0.63 | 0.04 | 75.1 | 0.9 | 0.66 |
| Hex | CF | F6 | 5B | 10 | 0 | 3F | 4 | 4B | 5A | 42 |
| Octal | 317 | 366 | 133 | 20 | 0 | 77 | 4 | 113 | 132 | 102 |
| Binary | 11001111 | 11110110 | 1011011 | 10000 | 0 | 111111 | 100 | 1001011 | 1011010 | 1000010 |
Color Harmonies of #CFF65B
Complementary color
Monochromatic Colors of #CFF65B
Black with #CFF65B
Text Example
Text Example
White with #CFF65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF65B; }
p { color: rgb(207,246,91); }
H1.HeaderClassName
{
color: #CFF65B;
}
.AnyTagClassName
{
color: #CFF65B;
}
</style>
background-color css
<style>
a { background-color: #CFF65B; }
a { background-color: rgb(207,246,91); }
div.DivClassName
{
background-color: #CFF65B;
}
.BgClassName
{
background-color: #CFF65B;
}
</style>
border-color css
<style>
span { border-color: #CFF65B; }
span { border-color: rgb(207,246,91); }
td.TdClassName
{
border-color: #CFF65B;
}
.TagClassName
{
border-color: #CFF65B;
}
</style>