Shades of Mindaro #CFE267
Tints of Mindaro #CFE267
RGB
CMYK
RGB Variations
Color information
#CFE267 (or 0xCFE267) is known color: Mindaro. HEX triplet: CF, E2 and 67. RGB value is (207,226,103). Sum of RGB (Red+Green+Blue) = 207+226+103=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 103 (40.62% from 255 or 19.22% from 536); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE267 is #301D98. Grayscale: #CECECE. Windows color (decimal): -3153305 or 6808271. OLE color: 6808271.
HSL color Cylindrical-coordinate representation of color #CFE267: hue angle of 69.27º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFE267 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 103 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.11 |
| HSL | 69.27º | 0.68% | 0.65% | - |
| HSV(B) | 69.27º | 0.54% | 0.89% | - |
| XYZ | 55.38 | 68.64 | 23.16 | - |
| YUV | 206.3 | 69.71 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 103 | 0.08 | 0 | 0.54 | 0.11 | 69.27 | 0.68 | 0.65 |
| Hex | CF | E2 | 67 | 8 | 0 | 36 | B | 45 | 44 | 41 |
| Octal | 317 | 342 | 147 | 10 | 0 | 66 | 13 | 105 | 104 | 101 |
| Binary | 11001111 | 11100010 | 1100111 | 1000 | 0 | 110110 | 1011 | 1000101 | 1000100 | 1000001 |
Color Harmonies of #CFE267
Complementary color
Monochromatic Colors of #CFE267
Black with #CFE267
Text Example
Text Example
White with #CFE267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE267; }
p { color: rgb(207,226,103); }
H1.HeaderClassName
{
color: #CFE267;
}
.AnyTagClassName
{
color: #CFE267;
}
</style>
background-color css
<style>
a { background-color: #CFE267; }
a { background-color: rgb(207,226,103); }
div.DivClassName
{
background-color: #CFE267;
}
.BgClassName
{
background-color: #CFE267;
}
</style>
border-color css
<style>
span { border-color: #CFE267; }
span { border-color: rgb(207,226,103); }
td.TdClassName
{
border-color: #CFE267;
}
.TagClassName
{
border-color: #CFE267;
}
</style>