Shades of Mindaro #CFE66B
Tints of Mindaro #CFE66B
RGB
CMYK
RGB Variations
Color information
#CFE66B (or 0xCFE66B) is known color: Mindaro. HEX triplet: CF, E6 and 6B. RGB value is (207,230,107). Sum of RGB (Red+Green+Blue) = 207+230+107=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE66B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE66B is #301994. Grayscale: #D1D1D1. Windows color (decimal): -3152277 or 7071439. OLE color: 7071439.
HSL color Cylindrical-coordinate representation of color #CFE66B: hue angle of 71.22º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFE66B is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 107 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.10 |
| HSL | 71.22º | 0.71% | 0.66% | - |
| HSV(B) | 71.22º | 0.53% | 0.9% | - |
| XYZ | 56.68 | 70.92 | 24.61 | - |
| YUV | 209.1 | 70.38 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 107 | 0.10 | 0 | 0.53 | 0.10 | 71.22 | 0.71 | 0.66 |
| Hex | CF | E6 | 6B | A | 0 | 35 | A | 47 | 47 | 42 |
| Octal | 317 | 346 | 153 | 12 | 0 | 65 | 12 | 107 | 107 | 102 |
| Binary | 11001111 | 11100110 | 1101011 | 1010 | 0 | 110101 | 1010 | 1000111 | 1000111 | 1000010 |
Color Harmonies of #CFE66B
Complementary color
Monochromatic Colors of #CFE66B
Black with #CFE66B
Text Example
Text Example
White with #CFE66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE66B; }
p { color: rgb(207,230,107); }
H1.HeaderClassName
{
color: #CFE66B;
}
.AnyTagClassName
{
color: #CFE66B;
}
</style>
background-color css
<style>
a { background-color: #CFE66B; }
a { background-color: rgb(207,230,107); }
div.DivClassName
{
background-color: #CFE66B;
}
.BgClassName
{
background-color: #CFE66B;
}
</style>
border-color css
<style>
span { border-color: #CFE66B; }
span { border-color: rgb(207,230,107); }
td.TdClassName
{
border-color: #CFE66B;
}
.TagClassName
{
border-color: #CFE66B;
}
</style>