Shades of Mindaro #CFFE6B
Tints of Mindaro #CFFE6B
RGB
CMYK
RGB Variations
Color information
#CFFE6B (or 0xCFFE6B) is known color: Mindaro. HEX triplet: CF, FE and 6B. RGB value is (207,254,107). Sum of RGB (Red+Green+Blue) = 207+254+107=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 107 (42.19% from 255 or 18.84% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFE6B is #300194. Grayscale: #DFDFDF. Windows color (decimal): -3146133 or 7077583. OLE color: 7077583.
HSL color Cylindrical-coordinate representation of color #CFFE6B: hue angle of 79.18º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFFE6B is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 107 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.00 |
| HSL | 79.18º | 0.99% | 0.71% | - |
| HSV(B) | 79.18º | 0.58% | 1% | - |
| XYZ | 63.83 | 85.21 | 26.99 | - |
| YUV | 223.19 | 62.43 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 107 | 0.19 | 0 | 0.58 | 0.00 | 79.18 | 0.99 | 0.71 |
| Hex | CF | FE | 6B | 13 | 0 | 3A | 0 | 4F | 63 | 47 |
| Octal | 317 | 376 | 153 | 23 | 0 | 72 | 0 | 117 | 143 | 107 |
| Binary | 11001111 | 11111110 | 1101011 | 10011 | 0 | 111010 | 0 | 1001111 | 1100011 | 1000111 |
Color Harmonies of #CFFE6B
Complementary color
Monochromatic Colors of #CFFE6B
Black with #CFFE6B
Text Example
Text Example
White with #CFFE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE6B; }
p { color: rgb(207,254,107); }
H1.HeaderClassName
{
color: #CFFE6B;
}
.AnyTagClassName
{
color: #CFFE6B;
}
</style>
background-color css
<style>
a { background-color: #CFFE6B; }
a { background-color: rgb(207,254,107); }
div.DivClassName
{
background-color: #CFFE6B;
}
.BgClassName
{
background-color: #CFFE6B;
}
</style>
border-color css
<style>
span { border-color: #CFFE6B; }
span { border-color: rgb(207,254,107); }
td.TdClassName
{
border-color: #CFFE6B;
}
.TagClassName
{
border-color: #CFFE6B;
}
</style>