Shades of Mindaro #CFF65F
Tints of Mindaro #CFF65F
RGB
CMYK
RGB Variations
Color information
#CFF65F (or 0xCFF65F) is known color: Mindaro. HEX triplet: CF, F6 and 5F. RGB value is (207,246,95). Sum of RGB (Red+Green+Blue) = 207+246+95=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 246 (96.48% from 255 or 44.89% from 548); Blue value is 95 (37.5% from 255 or 17.34% from 548); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF65F is #3009A0. Grayscale: #D9D9D9. Windows color (decimal): -3148193 or 6289103. OLE color: 6289103.
HSL color Cylindrical-coordinate representation of color #CFF65F: hue angle of 75.5º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFF65F is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 95 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.04 |
| HSL | 75.5º | 0.89% | 0.67% | - |
| HSV(B) | 75.5º | 0.61% | 0.96% | - |
| XYZ | 60.75 | 80 | 23.07 | - |
| YUV | 217.13 | 59.08 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 95 | 0.16 | 0 | 0.61 | 0.04 | 75.5 | 0.89 | 0.67 |
| Hex | CF | F6 | 5F | 10 | 0 | 3D | 4 | 4B | 59 | 43 |
| Octal | 317 | 366 | 137 | 20 | 0 | 75 | 4 | 113 | 131 | 103 |
| Binary | 11001111 | 11110110 | 1011111 | 10000 | 0 | 111101 | 100 | 1001011 | 1011001 | 1000011 |
Color Harmonies of #CFF65F
Complementary color
Monochromatic Colors of #CFF65F
Black with #CFF65F
Text Example
Text Example
White with #CFF65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF65F; }
p { color: rgb(207,246,95); }
H1.HeaderClassName
{
color: #CFF65F;
}
.AnyTagClassName
{
color: #CFF65F;
}
</style>
background-color css
<style>
a { background-color: #CFF65F; }
a { background-color: rgb(207,246,95); }
div.DivClassName
{
background-color: #CFF65F;
}
.BgClassName
{
background-color: #CFF65F;
}
</style>
border-color css
<style>
span { border-color: #CFF65F; }
span { border-color: rgb(207,246,95); }
td.TdClassName
{
border-color: #CFF65F;
}
.TagClassName
{
border-color: #CFF65F;
}
</style>