Shades of Mindaro #CFFD6A
Tints of Mindaro #CFFD6A
RGB
CMYK
RGB Variations
Color information
#CFFD6A (or 0xCFFD6A) is known color: Mindaro. HEX triplet: CF, FD and 6A. RGB value is (207,253,106). Sum of RGB (Red+Green+Blue) = 207+253+106=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 106 (41.80% from 255 or 18.73% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFD6A is #300295. Grayscale: #DFDFDF. Windows color (decimal): -3146390 or 7011791. OLE color: 7011791.
HSL color Cylindrical-coordinate representation of color #CFFD6A: hue angle of 78.78º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFFD6A is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 106 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.01 |
| HSL | 78.78º | 0.97% | 0.7% | - |
| HSV(B) | 78.78º | 0.58% | 0.99% | - |
| XYZ | 63.46 | 84.56 | 26.61 | - |
| YUV | 222.49 | 62.26 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 106 | 0.18 | 0 | 0.58 | 0.01 | 78.78 | 0.97 | 0.7 |
| Hex | CF | FD | 6A | 12 | 0 | 3A | 1 | 4F | 61 | 46 |
| Octal | 317 | 375 | 152 | 22 | 0 | 72 | 1 | 117 | 141 | 106 |
| Binary | 11001111 | 11111101 | 1101010 | 10010 | 0 | 111010 | 1 | 1001111 | 1100001 | 1000110 |
Color Harmonies of #CFFD6A
Complementary color
Monochromatic Colors of #CFFD6A
Black with #CFFD6A
Text Example
Text Example
White with #CFFD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD6A; }
p { color: rgb(207,253,106); }
H1.HeaderClassName
{
color: #CFFD6A;
}
.AnyTagClassName
{
color: #CFFD6A;
}
</style>
background-color css
<style>
a { background-color: #CFFD6A; }
a { background-color: rgb(207,253,106); }
div.DivClassName
{
background-color: #CFFD6A;
}
.BgClassName
{
background-color: #CFFD6A;
}
</style>
border-color css
<style>
span { border-color: #CFFD6A; }
span { border-color: rgb(207,253,106); }
td.TdClassName
{
border-color: #CFFD6A;
}
.TagClassName
{
border-color: #CFFD6A;
}
</style>