Shades of Mindaro #CFF855
Tints of Mindaro #CFF855
RGB
CMYK
RGB Variations
Color information
#CFF855 (or 0xCFF855) is known color: Mindaro. HEX triplet: CF, F8 and 55. RGB value is (207,248,85). Sum of RGB (Red+Green+Blue) = 207+248+85=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 248 (97.27% from 255 or 45.93% from 540); Blue value is 85 (33.59% from 255 or 15.74% from 540); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF855 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF855 is #3007AA. Grayscale: #D9D9D9. Windows color (decimal): -3147691 or 5634255. OLE color: 5634255.
HSL color Cylindrical-coordinate representation of color #CFF855: hue angle of 75.09º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFF855 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 85 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.03 |
| HSL | 75.09º | 0.92% | 0.65% | - |
| HSV(B) | 75.09º | 0.66% | 0.97% | - |
| XYZ | 60.94 | 81.06 | 21.03 | - |
| YUV | 217.16 | 53.42 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 85 | 0.17 | 0 | 0.66 | 0.03 | 75.09 | 0.92 | 0.65 |
| Hex | CF | F8 | 55 | 11 | 0 | 42 | 3 | 4B | 5C | 41 |
| Octal | 317 | 370 | 125 | 21 | 0 | 102 | 3 | 113 | 134 | 101 |
| Binary | 11001111 | 11111000 | 1010101 | 10001 | 0 | 1000010 | 11 | 1001011 | 1011100 | 1000001 |
Color Harmonies of #CFF855
Complementary color
Monochromatic Colors of #CFF855
Black with #CFF855
Text Example
Text Example
White with #CFF855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF855; }
p { color: rgb(207,248,85); }
H1.HeaderClassName
{
color: #CFF855;
}
.AnyTagClassName
{
color: #CFF855;
}
</style>
background-color css
<style>
a { background-color: #CFF855; }
a { background-color: rgb(207,248,85); }
div.DivClassName
{
background-color: #CFF855;
}
.BgClassName
{
background-color: #CFF855;
}
</style>
border-color css
<style>
span { border-color: #CFF855; }
span { border-color: rgb(207,248,85); }
td.TdClassName
{
border-color: #CFF855;
}
.TagClassName
{
border-color: #CFF855;
}
</style>