Shades of Mindaro #CFFC67
Tints of Mindaro #CFFC67
RGB
CMYK
RGB Variations
Color information
#CFFC67 (or 0xCFFC67) is known color: Mindaro. HEX triplet: CF, FC and 67. RGB value is (207,252,103). Sum of RGB (Red+Green+Blue) = 207+252+103=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 103 (40.62% from 255 or 18.33% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFC67 is #300398. Grayscale: #DEDEDE. Windows color (decimal): -3146649 or 6814927. OLE color: 6814927.
HSL color Cylindrical-coordinate representation of color #CFFC67: hue angle of 78.12º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFFC67 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 103 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.01 |
| HSL | 78.12º | 0.96% | 0.7% | - |
| HSV(B) | 78.12º | 0.59% | 0.99% | - |
| XYZ | 62.99 | 83.87 | 25.7 | - |
| YUV | 221.56 | 61.09 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 103 | 0.18 | 0 | 0.59 | 0.01 | 78.12 | 0.96 | 0.7 |
| Hex | CF | FC | 67 | 12 | 0 | 3B | 1 | 4E | 60 | 46 |
| Octal | 317 | 374 | 147 | 22 | 0 | 73 | 1 | 116 | 140 | 106 |
| Binary | 11001111 | 11111100 | 1100111 | 10010 | 0 | 111011 | 1 | 1001110 | 1100000 | 1000110 |
Color Harmonies of #CFFC67
Complementary color
Monochromatic Colors of #CFFC67
Black with #CFFC67
Text Example
Text Example
White with #CFFC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC67; }
p { color: rgb(207,252,103); }
H1.HeaderClassName
{
color: #CFFC67;
}
.AnyTagClassName
{
color: #CFFC67;
}
</style>
background-color css
<style>
a { background-color: #CFFC67; }
a { background-color: rgb(207,252,103); }
div.DivClassName
{
background-color: #CFFC67;
}
.BgClassName
{
background-color: #CFFC67;
}
</style>
border-color css
<style>
span { border-color: #CFFC67; }
span { border-color: rgb(207,252,103); }
td.TdClassName
{
border-color: #CFFC67;
}
.TagClassName
{
border-color: #CFFC67;
}
</style>