Shades of Mindaro #CFFF65
Tints of Mindaro #CFFF65
RGB
CMYK
RGB Variations
Color information
#CFFF65 (or 0xCFFF65) is known color: Mindaro. HEX triplet: CF, FF and 65. RGB value is (207,255,101). Sum of RGB (Red+Green+Blue) = 207+255+101=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 101 (39.84% from 255 or 17.94% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFF65 is #30009A. Grayscale: #DFDFDF. Windows color (decimal): -3145883 or 6684623. OLE color: 6684623.
HSL color Cylindrical-coordinate representation of color #CFFF65: hue angle of 78.7º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFFF65 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 101 | - |
| CMYK | 0.19 | 0 | 0.60 | 0 |
| HSL | 78.7º | 1% | 0.7% | - |
| HSV(B) | 78.7º | 0.6% | 1% | - |
| XYZ | 63.84 | 85.72 | 25.49 | - |
| YUV | 223.09 | 59.1 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 101 | 0.19 | 0 | 0.60 | 0 | 78.7 | 1 | 0.7 |
| Hex | CF | FF | 65 | 13 | 0 | 3C | 0 | 4F | 64 | 46 |
| Octal | 317 | 377 | 145 | 23 | 0 | 74 | 0 | 117 | 144 | 106 |
| Binary | 11001111 | 11111111 | 1100101 | 10011 | 0 | 111100 | 0 | 1001111 | 1100100 | 1000110 |
Color Harmonies of #CFFF65
Complementary color
Monochromatic Colors of #CFFF65
Black with #CFFF65
Text Example
Text Example
White with #CFFF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF65; }
p { color: rgb(207,255,101); }
H1.HeaderClassName
{
color: #CFFF65;
}
.AnyTagClassName
{
color: #CFFF65;
}
</style>
background-color css
<style>
a { background-color: #CFFF65; }
a { background-color: rgb(207,255,101); }
div.DivClassName
{
background-color: #CFFF65;
}
.BgClassName
{
background-color: #CFFF65;
}
</style>
border-color css
<style>
span { border-color: #CFFF65; }
span { border-color: rgb(207,255,101); }
td.TdClassName
{
border-color: #CFFF65;
}
.TagClassName
{
border-color: #CFFF65;
}
</style>