Shades of Mindaro #CFE569
Tints of Mindaro #CFE569
RGB
CMYK
RGB Variations
Color information
#CFE569 (or 0xCFE569) is known color: Mindaro. HEX triplet: CF, E5 and 69. RGB value is (207,229,105). Sum of RGB (Red+Green+Blue) = 207+229+105=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE569 is #301A96. Grayscale: #D0D0D0. Windows color (decimal): -3152535 or 6940111. OLE color: 6940111.
HSL color Cylindrical-coordinate representation of color #CFE569: hue angle of 70.65º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFE569 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 105 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.10 |
| HSL | 70.65º | 0.7% | 0.65% | - |
| HSV(B) | 70.65º | 0.54% | 0.9% | - |
| XYZ | 56.3 | 70.32 | 23.97 | - |
| YUV | 208.29 | 69.71 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 105 | 0.10 | 0 | 0.54 | 0.10 | 70.65 | 0.7 | 0.65 |
| Hex | CF | E5 | 69 | A | 0 | 36 | A | 47 | 46 | 41 |
| Octal | 317 | 345 | 151 | 12 | 0 | 66 | 12 | 107 | 106 | 101 |
| Binary | 11001111 | 11100101 | 1101001 | 1010 | 0 | 110110 | 1010 | 1000111 | 1000110 | 1000001 |
Color Harmonies of #CFE569
Complementary color
Monochromatic Colors of #CFE569
Black with #CFE569
Text Example
Text Example
White with #CFE569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE569; }
p { color: rgb(207,229,105); }
H1.HeaderClassName
{
color: #CFE569;
}
.AnyTagClassName
{
color: #CFE569;
}
</style>
background-color css
<style>
a { background-color: #CFE569; }
a { background-color: rgb(207,229,105); }
div.DivClassName
{
background-color: #CFE569;
}
.BgClassName
{
background-color: #CFE569;
}
</style>
border-color css
<style>
span { border-color: #CFE569; }
span { border-color: rgb(207,229,105); }
td.TdClassName
{
border-color: #CFE569;
}
.TagClassName
{
border-color: #CFE569;
}
</style>