Shades of Mindaro #CFF65D
Tints of Mindaro #CFF65D
RGB
CMYK
RGB Variations
Color information
#CFF65D (or 0xCFF65D) is known color: Mindaro. HEX triplet: CF, F6 and 5D. RGB value is (207,246,93). Sum of RGB (Red+Green+Blue) = 207+246+93=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 246 (96.48% from 255 or 45.05% from 546); Blue value is 93 (36.72% from 255 or 17.03% from 546); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF65D is #3009A2. Grayscale: #D9D9D9. Windows color (decimal): -3148195 or 6158031. OLE color: 6158031.
HSL color Cylindrical-coordinate representation of color #CFF65D: hue angle of 75.29º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFF65D is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 93 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.04 |
| HSL | 75.29º | 0.89% | 0.66% | - |
| HSV(B) | 75.29º | 0.62% | 0.96% | - |
| XYZ | 60.66 | 79.97 | 22.59 | - |
| YUV | 216.9 | 58.08 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 93 | 0.16 | 0 | 0.62 | 0.04 | 75.29 | 0.89 | 0.66 |
| Hex | CF | F6 | 5D | 10 | 0 | 3E | 4 | 4B | 59 | 42 |
| Octal | 317 | 366 | 135 | 20 | 0 | 76 | 4 | 113 | 131 | 102 |
| Binary | 11001111 | 11110110 | 1011101 | 10000 | 0 | 111110 | 100 | 1001011 | 1011001 | 1000010 |
Color Harmonies of #CFF65D
Complementary color
Monochromatic Colors of #CFF65D
Black with #CFF65D
Text Example
Text Example
White with #CFF65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF65D; }
p { color: rgb(207,246,93); }
H1.HeaderClassName
{
color: #CFF65D;
}
.AnyTagClassName
{
color: #CFF65D;
}
</style>
background-color css
<style>
a { background-color: #CFF65D; }
a { background-color: rgb(207,246,93); }
div.DivClassName
{
background-color: #CFF65D;
}
.BgClassName
{
background-color: #CFF65D;
}
</style>
border-color css
<style>
span { border-color: #CFF65D; }
span { border-color: rgb(207,246,93); }
td.TdClassName
{
border-color: #CFF65D;
}
.TagClassName
{
border-color: #CFF65D;
}
</style>