Shades of Mindaro #CFF355
Tints of Mindaro #CFF355
RGB
CMYK
RGB Variations
Color information
#CFF355 (or 0xCFF355) is known color: Mindaro. HEX triplet: CF, F3 and 55. RGB value is (207,243,85). Sum of RGB (Red+Green+Blue) = 207+243+85=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 85 (33.59% from 255 or 15.89% from 535); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF355 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF355 is #300CAA. Grayscale: #D6D6D6. Windows color (decimal): -3148971 or 5632975. OLE color: 5632975.
HSL color Cylindrical-coordinate representation of color #CFF355: hue angle of 73.67º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFF355 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 85 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.05 |
| HSL | 73.67º | 0.87% | 0.64% | - |
| HSV(B) | 73.67º | 0.65% | 0.95% | - |
| XYZ | 59.42 | 78.02 | 20.52 | - |
| YUV | 214.22 | 55.07 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 85 | 0.15 | 0 | 0.65 | 0.05 | 73.67 | 0.87 | 0.64 |
| Hex | CF | F3 | 55 | F | 0 | 41 | 5 | 4A | 57 | 40 |
| Octal | 317 | 363 | 125 | 17 | 0 | 101 | 5 | 112 | 127 | 100 |
| Binary | 11001111 | 11110011 | 1010101 | 1111 | 0 | 1000001 | 101 | 1001010 | 1010111 | 1000000 |
Color Harmonies of #CFF355
Complementary color
Monochromatic Colors of #CFF355
Black with #CFF355
Text Example
Text Example
White with #CFF355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF355; }
p { color: rgb(207,243,85); }
H1.HeaderClassName
{
color: #CFF355;
}
.AnyTagClassName
{
color: #CFF355;
}
</style>
background-color css
<style>
a { background-color: #CFF355; }
a { background-color: rgb(207,243,85); }
div.DivClassName
{
background-color: #CFF355;
}
.BgClassName
{
background-color: #CFF355;
}
</style>
border-color css
<style>
span { border-color: #CFF355; }
span { border-color: rgb(207,243,85); }
td.TdClassName
{
border-color: #CFF355;
}
.TagClassName
{
border-color: #CFF355;
}
</style>