Shades of Mindaro #CFE955
Tints of Mindaro #CFE955
RGB
CMYK
RGB Variations
Color information
#CFE955 (or 0xCFE955) is known color: Mindaro. HEX triplet: CF, E9 and 55. RGB value is (207,233,85). Sum of RGB (Red+Green+Blue) = 207+233+85=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 85 (33.59% from 255 or 16.19% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE955 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE955 is #3016AA. Grayscale: #D0D0D0. Windows color (decimal): -3151531 or 5630415. OLE color: 5630415.
HSL color Cylindrical-coordinate representation of color #CFE955: hue angle of 70.54º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFE955 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 85 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.09 |
| HSL | 70.54º | 0.77% | 0.62% | - |
| HSV(B) | 70.54º | 0.64% | 0.91% | - |
| XYZ | 56.51 | 72.2 | 19.55 | - |
| YUV | 208.35 | 58.39 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 85 | 0.11 | 0 | 0.64 | 0.09 | 70.54 | 0.77 | 0.62 |
| Hex | CF | E9 | 55 | B | 0 | 40 | 9 | 47 | 4D | 3E |
| Octal | 317 | 351 | 125 | 13 | 0 | 100 | 11 | 107 | 115 | 76 |
| Binary | 11001111 | 11101001 | 1010101 | 1011 | 0 | 1000000 | 1001 | 1000111 | 1001101 | 111110 |
Color Harmonies of #CFE955
Complementary color
Monochromatic Colors of #CFE955
Black with #CFE955
Text Example
Text Example
White with #CFE955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE955; }
p { color: rgb(207,233,85); }
H1.HeaderClassName
{
color: #CFE955;
}
.AnyTagClassName
{
color: #CFE955;
}
</style>
background-color css
<style>
a { background-color: #CFE955; }
a { background-color: rgb(207,233,85); }
div.DivClassName
{
background-color: #CFE955;
}
.BgClassName
{
background-color: #CFE955;
}
</style>
border-color css
<style>
span { border-color: #CFE955; }
span { border-color: rgb(207,233,85); }
td.TdClassName
{
border-color: #CFE955;
}
.TagClassName
{
border-color: #CFE955;
}
</style>