Shades of Mindaro #CFFD65
Tints of Mindaro #CFFD65
RGB
CMYK
RGB Variations
Color information
#CFFD65 (or 0xCFFD65) is known color: Mindaro. HEX triplet: CF, FD and 65. RGB value is (207,253,101). Sum of RGB (Red+Green+Blue) = 207+253+101=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 101 (39.84% from 255 or 18.00% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFD65 is #30029A. Grayscale: #DEDEDE. Windows color (decimal): -3146395 or 6684111. OLE color: 6684111.
HSL color Cylindrical-coordinate representation of color #CFFD65: hue angle of 78.16º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFFD65 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 101 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.01 |
| HSL | 78.16º | 0.97% | 0.69% | - |
| HSV(B) | 78.16º | 0.6% | 0.99% | - |
| XYZ | 63.21 | 84.46 | 25.28 | - |
| YUV | 221.92 | 59.76 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 101 | 0.18 | 0 | 0.60 | 0.01 | 78.16 | 0.97 | 0.69 |
| Hex | CF | FD | 65 | 12 | 0 | 3C | 1 | 4E | 61 | 45 |
| Octal | 317 | 375 | 145 | 22 | 0 | 74 | 1 | 116 | 141 | 105 |
| Binary | 11001111 | 11111101 | 1100101 | 10010 | 0 | 111100 | 1 | 1001110 | 1100001 | 1000101 |
Color Harmonies of #CFFD65
Complementary color
Monochromatic Colors of #CFFD65
Black with #CFFD65
Text Example
Text Example
White with #CFFD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD65; }
p { color: rgb(207,253,101); }
H1.HeaderClassName
{
color: #CFFD65;
}
.AnyTagClassName
{
color: #CFFD65;
}
</style>
background-color css
<style>
a { background-color: #CFFD65; }
a { background-color: rgb(207,253,101); }
div.DivClassName
{
background-color: #CFFD65;
}
.BgClassName
{
background-color: #CFFD65;
}
</style>
border-color css
<style>
span { border-color: #CFFD65; }
span { border-color: rgb(207,253,101); }
td.TdClassName
{
border-color: #CFFD65;
}
.TagClassName
{
border-color: #CFFD65;
}
</style>