Shades of Mindaro #CFF06B
Tints of Mindaro #CFF06B
RGB
CMYK
RGB Variations
Color information
#CFF06B (or 0xCFF06B) is known color: Mindaro. HEX triplet: CF, F0 and 6B. RGB value is (207,240,107). Sum of RGB (Red+Green+Blue) = 207+240+107=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 107 (42.19% from 255 or 19.31% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF06B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF06B is #300F94. Grayscale: #D7D7D7. Windows color (decimal): -3149717 or 7073999. OLE color: 7073999.
HSL color Cylindrical-coordinate representation of color #CFF06B: hue angle of 74.89º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFF06B is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 107 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.06 |
| HSL | 74.89º | 0.82% | 0.68% | - |
| HSV(B) | 74.89º | 0.55% | 0.94% | - |
| XYZ | 59.55 | 76.65 | 25.57 | - |
| YUV | 214.97 | 67.07 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 107 | 0.14 | 0 | 0.55 | 0.06 | 74.89 | 0.82 | 0.68 |
| Hex | CF | F0 | 6B | E | 0 | 37 | 6 | 4B | 52 | 44 |
| Octal | 317 | 360 | 153 | 16 | 0 | 67 | 6 | 113 | 122 | 104 |
| Binary | 11001111 | 11110000 | 1101011 | 1110 | 0 | 110111 | 110 | 1001011 | 1010010 | 1000100 |
Color Harmonies of #CFF06B
Complementary color
Monochromatic Colors of #CFF06B
Black with #CFF06B
Text Example
Text Example
White with #CFF06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF06B; }
p { color: rgb(207,240,107); }
H1.HeaderClassName
{
color: #CFF06B;
}
.AnyTagClassName
{
color: #CFF06B;
}
</style>
background-color css
<style>
a { background-color: #CFF06B; }
a { background-color: rgb(207,240,107); }
div.DivClassName
{
background-color: #CFF06B;
}
.BgClassName
{
background-color: #CFF06B;
}
</style>
border-color css
<style>
span { border-color: #CFF06B; }
span { border-color: rgb(207,240,107); }
td.TdClassName
{
border-color: #CFF06B;
}
.TagClassName
{
border-color: #CFF06B;
}
</style>