Shades of Mindaro #CFE96B
Tints of Mindaro #CFE96B
RGB
CMYK
RGB Variations
Color information
#CFE96B (or 0xCFE96B) is known color: Mindaro. HEX triplet: CF, E9 and 6B. RGB value is (207,233,107). Sum of RGB (Red+Green+Blue) = 207+233+107=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE96B is #301694. Grayscale: #D3D3D3. Windows color (decimal): -3151509 or 7072207. OLE color: 7072207.
HSL color Cylindrical-coordinate representation of color #CFE96B: hue angle of 72.38º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFE96B is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 107 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.09 |
| HSL | 72.38º | 0.74% | 0.67% | - |
| HSV(B) | 72.38º | 0.54% | 0.91% | - |
| XYZ | 57.52 | 72.6 | 24.89 | - |
| YUV | 210.86 | 69.39 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 107 | 0.11 | 0 | 0.54 | 0.09 | 72.38 | 0.74 | 0.67 |
| Hex | CF | E9 | 6B | B | 0 | 36 | 9 | 48 | 4A | 43 |
| Octal | 317 | 351 | 153 | 13 | 0 | 66 | 11 | 110 | 112 | 103 |
| Binary | 11001111 | 11101001 | 1101011 | 1011 | 0 | 110110 | 1001 | 1001000 | 1001010 | 1000011 |
Color Harmonies of #CFE96B
Complementary color
Monochromatic Colors of #CFE96B
Black with #CFE96B
Text Example
Text Example
White with #CFE96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE96B; }
p { color: rgb(207,233,107); }
H1.HeaderClassName
{
color: #CFE96B;
}
.AnyTagClassName
{
color: #CFE96B;
}
</style>
background-color css
<style>
a { background-color: #CFE96B; }
a { background-color: rgb(207,233,107); }
div.DivClassName
{
background-color: #CFE96B;
}
.BgClassName
{
background-color: #CFE96B;
}
</style>
border-color css
<style>
span { border-color: #CFE96B; }
span { border-color: rgb(207,233,107); }
td.TdClassName
{
border-color: #CFE96B;
}
.TagClassName
{
border-color: #CFE96B;
}
</style>