Shades of Mindaro #CFFF67
Tints of Mindaro #CFFF67
RGB
CMYK
RGB Variations
Color information
#CFFF67 (or 0xCFFF67) is known color: Mindaro. HEX triplet: CF, FF and 67. RGB value is (207,255,103). Sum of RGB (Red+Green+Blue) = 207+255+103=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 103 (40.62% from 255 or 18.23% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFF67 is #300098. Grayscale: #DFDFDF. Windows color (decimal): -3145881 or 6815695. OLE color: 6815695.
HSL color Cylindrical-coordinate representation of color #CFFF67: hue angle of 78.95º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFFF67 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 103 | - |
| CMYK | 0.19 | 0 | 0.60 | 0 |
| HSL | 78.95º | 1% | 0.7% | - |
| HSV(B) | 78.95º | 0.6% | 1% | - |
| XYZ | 63.94 | 85.76 | 26.02 | - |
| YUV | 223.32 | 60.1 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 103 | 0.19 | 0 | 0.60 | 0 | 78.95 | 1 | 0.7 |
| Hex | CF | FF | 67 | 13 | 0 | 3C | 0 | 4F | 64 | 46 |
| Octal | 317 | 377 | 147 | 23 | 0 | 74 | 0 | 117 | 144 | 106 |
| Binary | 11001111 | 11111111 | 1100111 | 10011 | 0 | 111100 | 0 | 1001111 | 1100100 | 1000110 |
Color Harmonies of #CFFF67
Complementary color
Monochromatic Colors of #CFFF67
Black with #CFFF67
Text Example
Text Example
White with #CFFF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF67; }
p { color: rgb(207,255,103); }
H1.HeaderClassName
{
color: #CFFF67;
}
.AnyTagClassName
{
color: #CFFF67;
}
</style>
background-color css
<style>
a { background-color: #CFFF67; }
a { background-color: rgb(207,255,103); }
div.DivClassName
{
background-color: #CFFF67;
}
.BgClassName
{
background-color: #CFFF67;
}
</style>
border-color css
<style>
span { border-color: #CFFF67; }
span { border-color: rgb(207,255,103); }
td.TdClassName
{
border-color: #CFFF67;
}
.TagClassName
{
border-color: #CFFF67;
}
</style>